Docs.rs
mesocarp-0.12.1
mesocarp 0.12.1
Permalink
Docs.rs crate page
LGPL-2.1
09 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
FiberedSkies
Dependencies
array-init ^2.1.0
normal
bincode ^2.0.1
normal
bytemuck ^1.23.1
normal
crossbeam-queue ^0.3.2
normal
thiserror ^2.0.12
normal
Versions
18.33%
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
Crate mesocarp
mesocarp
0.12.1
All Items
Crate Items
Modules
Structs
Enums
Crate
mesocarp
Copy item path
Source
Modules
§
comms
This module provides high performance communication primitives for local multi-threaded and multi-process systems. Currently only supports a local message bus using
crossbeam_queue::ArrayQueue
as lock-free channel.
logging
A module for high performance simulation data loggers.
scheduling
A set of scheduling primitives with low algorithmic complexity, for high-performance time-based systems.
Structs
§
IoError
Wrapper type for
std::io::Error
Enums
§
Meso
Error
Error type for all primitives