static-cow

Crates.iostatic-cow
lib.rsstatic-cow
version0.2.0
sourcesrc
created_at2023-01-02 23:09:28.53548
updated_at2023-01-09 15:43:20.30492
description`Cow` at the type level: a framework of traits for writing types that are generic over ownership of their contents.
homepage
repositoryhttps://github.com/dfoxfranke/static-cow
max_upload_size
id749733
size43,990
Daniel Fox Franke (dfoxfranke)

documentation

README

static-cow

This Rust crate provides a framework of traits for writing types that are generic over ownership of their contents, by lifting Cow to the type level so that whether a particular object is borrowed or owned can be specified through a generic type parameter.

Mascot

Documentation

See API docs on docs.rs.

License

This project licensed under the Apache License 2.0 with LLVM exception. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in static-cow by you, shall be licensed as Apache 2.0 with LLVM exception, without any additional terms or conditions.

Commit count: 13

cargo fmt