Docs.rs
sid-0.6.1
sid 0.6.1
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
nical
Dependencies
num-traits ^0.2
normal
Versions
17.39%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sid
0.6.1
All Items
Crate Items
Structs
Traits
Crate
sid
Copy item path
Source
Structs
§
Id
IdFree
List
A linked list stored in contiguous memory allowing random access through ids.
IdRange
IdSlice
IdVec
Similar to Vec except that it is indexed using an Id rather than an usize index. if the stored type implements Default, IdVec can also use the set(…) method which can grow the vector to accomodate for the requested id.
MutId
Slice
None
AsNull
Id
Use this as the NullId type parameter of the freelist if the id type is an option, to use
Option::None
as the null id value.
Reverse
IdRange
Traits
§
From
Usize
Identifier
Integer
Handle
NullId
A trait that defines how to choose the null (or invalid) Id.
ToUsize