:warning: Development in progress
Provides a trait AsIs and an enum Is<'a, T>.
no_stdTo use as-is without the standard library,
disable the default std feature in Cargo.toml:
toml
[dependencies]
as-is = { version = "0.0.1-alpha", default-features = false }
In this version, no feature requires the standard library,
but the alloc crate is necessary.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.