astd 0.0.1

A drop-in replacement for std in no-std environments, with full abseil backend.
1
2
3
4
#[cfg(not(any(target_os = "emscripten", target_os = "wasi")))]
mod tests;

mod dynamic_tests;