$ turmoil
v0.7.1Simulation testing framework for distributed systems
Latest Update Summary
Crate
Name: turmoil New version: 0.7.0 Release date: 2025-11-03T21:05:50.314149Z
Crate readme
Short description Rust bindings to *nix APIs
Long description Nix seeks to provide friendly bindings to various *nix platform APIs (Linux, Darwin, ...). The goal is to not provide a 100% unified interface, but to unify what can be while still providing platform specific APIs. For many system APIs, Nix provides a safe alternative to the unsafe APIs exposed by the libc crate, wrapping the libc functionality with types/abstractions that enforce legal/safe usage.
Features • safe alternative to unsafe libc APIs • supports multiple *nix platforms • MSRV 1.69 • actively developed
Code Examples Get Hostname Example
pub fn gethostname() -> Result<OsString>;
Links • https://crates.io/crates/nix • https://docs.rs/nix • https://github.com/rust-lang/libc • https://discord.com/invite/rkBeJUsmyd
Release info
Release version: N/A
Release description N/A
Code Examples N/A
Patch update: 0.7.0 → 0.7.1
$ DOWNLOADS TREND
$ VERSION HISTORY
$ LINKS
$ INSTALL
cargo add turmoilOr add to Cargo.toml: turmoil = "0.7.1"