AltSysrq / supercow

Rust crate for accepting general reference-like values without proliferating generics.
Apache License 2.0
35 stars 3 forks source link

Supercow

Latest Version

Supercow is a versatile and low-overhead generalised reference, allowing to transparently work with owned or borrowed values, as well as shared-ownership types like Arc.

More information can be found in the documentation.

Status

Experimental. This crate is fairly well internally tested, but has not yet seen much serious use.

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.