Sha256: ebcd6f0238dafa20af915dee47f067ebdb723f7ef901a59ae493acfbd3e6d3e1

Contents?: true

Size: 523 Bytes

Versions: 8

Compression:

Stored size: 523 Bytes

Contents

//! Extension traits for `SystemClock` and `MonotonicClock`

#![deny(missing_docs)]
#![forbid(unsafe_code)]
#![doc(
    html_logo_url = "https://raw.githubusercontent.com/bytecodealliance/cap-std/main/media/cap-std.svg"
)]
#![doc(
    html_favicon_url = "https://raw.githubusercontent.com/bytecodealliance/cap-std/main/media/cap-std.ico"
)]

mod monotonic_clock;
mod system_clock;
mod timezone;

pub use monotonic_clock::MonotonicClockExt;
pub use system_clock::SystemClockExt;
pub use timezone::{Timezone, TimezoneError};

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/cap-time-ext-3.4.2/src/lib.rs
wasmtime-28.0.0 ./ext/cargo-vendor/cap-time-ext-3.4.2/src/lib.rs
wasmtime-27.0.0 ./ext/cargo-vendor/cap-time-ext-3.4.1/src/lib.rs
wasmtime-26.0.0 ./ext/cargo-vendor/cap-time-ext-3.3.0/src/lib.rs
wasmtime-25.0.2 ./ext/cargo-vendor/cap-time-ext-3.2.0/src/lib.rs
wasmtime-25.0.1 ./ext/cargo-vendor/cap-time-ext-3.2.0/src/lib.rs
wasmtime-25.0.0 ./ext/cargo-vendor/cap-time-ext-3.2.0/src/lib.rs
wasmtime-24.0.0 ./ext/cargo-vendor/cap-time-ext-3.2.0/src/lib.rs