Docs.rs
elsa-1.7.1
elsa 1.7.1
Docs.rs crate page
MIT/Apache-2.0
Links
Repository
crates.io
Source
Owners
Manishearth
Dependencies
indexmap ^1.6
normal
stable_deref_trait ^1.1.1
normal
Versions
59.79%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module vec
Structs
?
Module
elsa
::
vec
source
·
[
−
]
Structs
FrozenVec
Append-only version of
std::vec::Vec
where insertion does not require mutable access
Iter
Iterator over FrozenVec, obtained via
.iter()