Docs.rs
rostl-datastructures-0.1.0-alpha6
rostl-datastructures 0.1.0-alpha6
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.23.2
normal
kanal ^0.1.1
normal
libc ^0.2.176
normal
rand ^0.9.2
normal
rostl-oram ^0.1.0-alpha6
normal
rostl-primitives ^0.1.0-alpha6
normal
rostl-sort ^0.1.0-alpha6
normal
seq-macro ^0.3.6
normal
static_assertions ^1.1.0
normal
criterion ^0.7.0
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
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
Module stack
rostl_
datastructures
0.1.0-alpha6
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.