Docs.rs
rostl-datastructures-0.1.0-alpha2
rostl-datastructures 0.1.0-alpha2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
obliviouslabs
xtrm0
Dependencies
ahash ^0.8.11
normal
bytemuck ^1.22.0
normal
kanal ^0.1.1
normal
rand ^0.9.0
normal
rostl-oram ^0.1.0-alpha2
normal
rostl-primitives ^0.1.0-alpha2
normal
rostl-sort ^0.1.0-alpha2
normal
seq-macro ^0.3.6
normal
static_assertions ^1.1.0
normal
criterion ^0.5.1
dev
Versions
100%
of the crate is documented
Go to latest stable release
Platform
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
rostl_
datastructures
0.1.0-alpha2
Module stack
Module Items
Structs
In crate rostl_
datastructures
rostl_datastructures
Module
stack
Copy item path
Source
Expand description
This module implements an oblivious stack
Structs
ยง
Stack
Implements a stack with a fixed maximum size. The stack access pattern and size are oblivious. The stack is implemented as a linked list on top of NRORAM.