Docs.rs
spacetimedb-data-structures-1.11.1
spacetimedb-data-structures 1.11.1
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.16.1
normal
nohash-hasher ^0.2
normal
serde ^1.0.136
normal
optional
smallvec ^1.11
normal
spacetimedb-memory-usage =1.11.1
normal
optional
thiserror ^1.0.37
normal
Versions
87.65%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Module object_pool
spacetimedb_
data_
structures
1.11.1
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>
.