box

Crates.iobox
lib.rsbox
version0.2.0
sourcesrc
created_at2024-03-15 13:04:41.61564
updated_at2024-03-15 13:49:26.666872
descriptionThe package provides a storage for unique static strings.
homepagehttps://github.com/stainless-steel/box
repositoryhttps://github.com/stainless-steel/box
max_upload_size
id1174740
size8,836
Owners (github:buoyantio:owners)

documentation

https://docs.rs/box

README

Box Package Documentation Build

The package provides a storage for unique static strings.

Example

use r#box::Symbol;

let one = Symbol::new("foo");
let other = Symbol::new("foo");
assert_eq!(one.as_ptr(), other.as_ptr());

Contribution

Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.

Commit count: 0

cargo fmt