Docs.rs
atomic-matrix-0.1.0
atomic-matrix 0.1.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
CodenamePhantom
Dependencies
libc ^0.2
normal
optional
memmap2 ^0.9.10
normal
uuid ^1.23.0
normal
Versions
25.71%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Module core
atomic_
matrix
0.1.0
Module core
Module Items
Structs
In atomic_
matrix::
matrix
atomic_matrix
::
matrix
Module
core
Copy item path
Source
Structs
ยง
Atomic
Matrix
The structural core of the matrix.
Block
Header
Header structure that is written at the beginning of each block/sector
Mapping
A helper struct that provided the O(1) calculations to find the coordinates of a block that suits exactly the requested buffer size, or the next available one that can fit the message as well.
Relative
Ptr
A Relative Pointer to the block memory address, relative to the start of the matrix inside the process memory scope.