mem-barrier

Crates.iomem-barrier
lib.rsmem-barrier
version0.1.0
created_at2025-12-02 18:01:43.842181+00
updated_at2025-12-02 18:01:43.842181+00
descriptionCross-architecture, no-std memory barriers.
homepage
repositoryhttps://github.com/rust-osdev/mem-barrier
max_upload_size
id1962323
size34,628
mem-barrier (github:rust-osdev:mem-barrier)

documentation

README

mem-barrier

Crates.io docs.rs CI

This crate provides cross-architecture, no-std memory barriers.

For API documentation, see the docs.

Examples

use mem_barrier::{mem_barrier, BarrierKind, BarrierType};

mem_barrier(BarrierKind::Mmio, BarrierType::General);

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 0

cargo fmt