Skip to content

dfoxfranke/static-cow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rust crate for `Cow` at the type level: a framework of traits for writing types that are generic over ownership of their contents.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages