Crates.io | string-pool |
lib.rs | string-pool |
version | 0.2.1 |
source | src |
created_at | 2023-12-30 07:03:34.423091 |
updated_at | 2024-02-27 07:37:27.526724 |
description | Global immutable string pool, like Java |
homepage | |
repository | https://github.com/Meadowsys/string-pool.git |
max_upload_size | |
id | 1083935 |
size | 24,130 |
Global immutable string pool, like Java. Made for fun/educational/experimentation purposes. The goal is for the String
exported from this crate to eventually be a drop-in replacement for std's String
, but we're not quite there yet.
Should be okay to use, but at the moment, it is not highly tested. Use at your own risk! Do feel free to file issues for whatever reason too, and I'll get back to them as soon as I can.
Docs for the current published version of the crate can be found on docs.rs.
as_mut_str
, as_mut_vec
with_capacity
, capacity
, reserve
, reserve_exact
, try_reserve
, try_reserve_exact
, shrink_to_fit
, shrink_to
from_raw_parts
, into_raw_parts