Cargo Features

sys_traits has no features set by default.

[dependencies]
sys_traits = { version = "0.1.6", features = ["libc", "memory", "getrandom", "filetime", "real", "serde", "serde_json", "strip_unc", "winapi", "wasm"] }
libc

Enables libc

memory

Enables parking_lot

getrandom

Enables getrandom

filetime

Enables filetime

real wasm?

Affects impls::RealSys, impls::RealFsFile, impls::wasm_string_to_path, impls::wasm_path_to_str

serde serde_json?

Enables serde

serde_json = serde

Enables serde_json

strip_unc
winapi

Enables windows-sys

wasm = real

Enables js-sys and wasm-bindgen

Affects impls::RealFsFile