Sha256: 43afee938c80d124d04d4ba190c03f4d21d1e3bfc154fff309211e4f6eabe940

Contents?: true

Size: 337 Bytes

Versions: 37

Compression:

Stored size: 337 Bytes

Contents

//! Time-related operations.

mod clock;
#[cfg(any(linux_kernel, target_os = "fuchsia"))]
mod timerfd;

// TODO: Convert WASI'S clock APIs to use handles rather than ambient clock
// identifiers, update `wasi-libc`, and then add support in `rustix`.
pub use clock::*;
#[cfg(any(linux_kernel, target_os = "fuchsia"))]
pub use timerfd::*;

Version data entries

37 entries across 30 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/rustix-0.38.44/src/time/mod.rs
wasmtime-28.0.0 ./ext/cargo-vendor/rustix-0.38.43/src/time/mod.rs
wasmtime-27.0.0 ./ext/cargo-vendor/rustix-0.38.41/src/time/mod.rs
wasmtime-26.0.0 ./ext/cargo-vendor/rustix-0.38.37/src/time/mod.rs
wasmtime-25.0.2 ./ext/cargo-vendor/rustix-0.38.34/src/time/mod.rs
wasmtime-25.0.1 ./ext/cargo-vendor/rustix-0.38.34/src/time/mod.rs
wasmtime-25.0.0 ./ext/cargo-vendor/rustix-0.38.34/src/time/mod.rs
wasmtime-24.0.0 ./ext/cargo-vendor/rustix-0.38.34/src/time/mod.rs
wasmtime-23.0.2 ./ext/cargo-vendor/rustix-0.38.34/src/time/mod.rs
wasmtime-22.0.0 ./ext/cargo-vendor/rustix-0.38.34/src/time/mod.rs
wasmtime-21.0.1 ./ext/cargo-vendor/rustix-0.38.34/src/time/mod.rs
wasmtime-20.0.2 ./ext/cargo-vendor/rustix-0.38.34/src/time/mod.rs
wasmtime-20.0.0 ./ext/cargo-vendor/rustix-0.38.34/src/time/mod.rs
wasmtime-18.0.3 ./ext/cargo-vendor/rustix-0.38.28/src/time/mod.rs
wasmtime-17.0.1 ./ext/cargo-vendor/rustix-0.38.28/src/time/mod.rs
wasmtime-17.0.0 ./ext/cargo-vendor/rustix-0.38.28/src/time/mod.rs
wasmtime-16.0.0 ./ext/cargo-vendor/rustix-0.38.28/src/time/mod.rs
wasmtime-15.0.1 ./ext/cargo-vendor/rustix-0.38.28/src/time/mod.rs
wasmtime-15.0.0 ./ext/cargo-vendor/rustix-0.38.28/src/time/mod.rs
wasmtime-14.0.4 ./ext/cargo-vendor/rustix-0.38.20/src/time/mod.rs