Crates.io | static-cow |
lib.rs | static-cow |
version | 0.2.0 |
source | src |
created_at | 2023-01-02 23:09:28.53548 |
updated_at | 2023-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 | |
repository | https://github.com/dfoxfranke/static-cow |
max_upload_size | |
id | 749733 |
size | 43,990 |
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.
See API docs on docs.rs.
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.