Docs.rs
pstd-1.0.145
pstd 1.0.145
Docs.rs crate page
MIT
OR
Apache-2.0
04 August 2026
Links
Repository
crates.io
Source
Owners
georgebarwood
Dependencies
allocator-api2 ^0.2.0
normal
format-bytes ^0.3.0
normal
hashbrown ^0.17.0
normal
serde ^1.0.197
normal
optional
rand ^0.8.5
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module rc
pstd
1.0.145
Module rc
Module Items
Structs
Type Aliases
In crate pstd
pstd
Module
rc
Copy item path
Source
Expand description
Rc
similar to
std::rc::Rc
.
Structs
§
RcA
A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.
RcSliceA
Reference-counted slice.
RcStrA
Reference-counted String.
Type Aliases
§
Rc
Rc allocated from Global.
RcSlice
Reference-counted slice allocated from Global.
RcStr
Reference-counted String allocated from Global.