Docs.rs
without-alloc-0.2.2
without-alloc 0.2.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
HeroicKatora
Dependencies
alloc-traits ^0.1.0
normal
unsize ^1.1.0
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
without_
alloc
0.2.2
Module rc
Module Items
Structs
In crate without_
alloc
without_alloc
Module
rc
Copy item path
Source
Expand description
Reference counter value.
See
Rc
for more information.
Structs
§
Rc
A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.
Weak
A reference-counting pointer to the allocation of an
Rc
.