Docs.rs
general_stable_vec-0.12.1
general_stable_vec 0.12.1
Permalink
Docs.rs crate page
BSD-2-Clause
Links
Repository
crates.io
Source
Owners
ISibboI
Dependencies
thiserror ^1.0.64
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
general_
stable_
vec
0.12.1
Module implementation
Module Items
Modules
In crate general_
stable_
vec
general_stable_vec
Module
implementation
Copy item path
source
Expand description
Various implementations of stable vector types and index types.
Modules
ยง
marked_
index
An index type that is marked by a type. This prevents to accidentally use a wrong value as the index for a stable vector.
option_
vec
A stable vector based on the
Option
type.
usize_
index
Implementations of the index traits for
usize
to allows its usage as a simple index type.