Docs.rs
sorted_array-0.1.3
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
sorted_array 0.1.3
A sorted array data structure adapted from [StackMap](https://github.com/komora-io/stack-map)
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
21
out of
21
items documented
0
out of
17
items with examples
Size
Source code size: 17.1 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 858.89 kB
This is the summed size of all files generated by rustdoc for all configured targets
Links
LevKruglyak/limousine
7
1
1
crates.io
Dependencies
serde ^1.0.197
normal
optional
slice_search ^0.1.2
normal
Versions
0.1.3
0.1.2
0.1.1
0.1.0
Owners
Adapted from:
StackMap
A zero-allocation sorted array data structure, similar to SmallVec.