mem-barrier 0.1.0

Cross-architecture, no-std memory barriers.
Documentation
  • Coverage
  • 91.67%
    11 out of 12 items documented2 out of 5 items with examples
  • Size
  • Source code size: 34.11 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.43 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • rust-osdev/mem-barrier
    5 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mkroening github:rust-osdev:mem-barrier

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.