Docs.rs
spacetimedb-data-structures-1.3.0
spacetimedb-data-structures 1.3.0
Docs.rs crate page
Links
crates.io
Source
Owners
cloutiertyler
jdetter
bfops
Dependencies
ahash ^0.8
normal
crossbeam-queue ^0.3.12
normal
hashbrown ^0.15
normal
nohash-hasher ^0.2
normal
serde ^1.0.136
normal
optional
smallvec ^1.11
normal
spacetimedb-memory-usage ^1.3.0
normal
optional
thiserror ^1.0.37
normal
Versions
89.87%
of the crate is documented
This release has been yanked, go to latest version
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
spacetimedb_
data_
structures
1.3.0
Module object_
pool
Module Items
Structs
Traits
In crate spacetimedb_
data_
structures
spacetimedb_data_structures
Module
object_pool
Copy item path
Source
Structs
§
Pool
A pool of some objects of type
T
.
Traits
§
Pooled
Object
An object that can be put into a
Pool<T>
.