static-cow 0.2.0

`Cow` at the type level: a framework of traits for writing types that are generic over ownership of their contents.
Documentation
  • Coverage
  • 97.06%
    33 out of 34 items documented0 out of 23 items with examples
  • Size
  • Source code size: 43.5 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.88 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • dfoxfranke/static-cow
    4 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dfoxfranke

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.

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.