Docs.rs
nodedb-array-0.2.1
nodedb-array 0.2.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
farhan-syah
Dependencies
crc32c ^0.6
normal
loro =1.10.8
normal
nodedb-codec ^0.2
normal
nodedb-types ^0.2
normal
nodedb-wal ^0.2
normal
serde ^1
normal
thiserror ^2.0
normal
tracing ^0.1
normal
uuid ^1
normal
zerompk ^0.5
normal
serde_json ^1
dev
Versions
57.23%
of the crate is documented
Platform
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
Skip to main content
Module cell_order
nodedb_
array
0.2.1
Module cell_
order
Module Items
Enums
In nodedb_
array::
schema
nodedb_array
::
schema
Module
cell_
order
Copy item path
Source
Expand description
Cell-order and tile-order strategies.
Enums
ยง
Cell
Order
Within-tile cell ordering strategy.
Tile
Order
Across-tile ordering. Hilbert keeps tile-id sort order coherent with spatial locality, so range scans hit a contiguous run of tiles.