Sha256: 4998fcdb6353d33191d35532b26657682516ad6cdc29205de16f9461e3b4c826

Contents?: true

Size: 506 Bytes

Versions: 11

Compression:

Stored size: 506 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;

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
wasmtime-23.0.2 ./ext/cargo-vendor/cap-time-ext-3.0.0/src/lib.rs
wasmtime-22.0.0 ./ext/cargo-vendor/cap-time-ext-3.0.0/src/lib.rs
wasmtime-21.0.1 ./ext/cargo-vendor/cap-time-ext-3.0.0/src/lib.rs
wasmtime-20.0.2 ./ext/cargo-vendor/cap-time-ext-3.0.0/src/lib.rs
wasmtime-20.0.0 ./ext/cargo-vendor/cap-time-ext-3.0.0/src/lib.rs
wasmtime-18.0.3 ./ext/cargo-vendor/cap-time-ext-2.0.1/src/lib.rs
wasmtime-17.0.1 ./ext/cargo-vendor/cap-time-ext-2.0.1/src/lib.rs
wasmtime-17.0.0 ./ext/cargo-vendor/cap-time-ext-2.0.1/src/lib.rs
wasmtime-16.0.0 ./ext/cargo-vendor/cap-time-ext-2.0.1/src/lib.rs
wasmtime-15.0.1 ./ext/cargo-vendor/cap-time-ext-2.0.1/src/lib.rs
wasmtime-15.0.0 ./ext/cargo-vendor/cap-time-ext-2.0.1/src/lib.rs