as-is 0.0.1-alpha.4

An abstraction over ownership
Documentation

crates.io docs.rs

AsIs

Development in progress

Provides a trait AsIs and an enum Is<'a, T>.

no-std

To use as-is without the standard library, disable the default std feature in Cargo.toml:

[dependencies]
as-is = { version = "0.0.1-alpha.4", default-features = false }

In this version, no feature requires the standard library, but the alloc crate is necessary.

License

Licensed under either of

at your option.

Contribution

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.