zbq-sys 0.1.1

SPMC zero-copy IPC queue
Documentation
  • Coverage
  • 100%
    79 out of 79 items documented0 out of 12 items with examples
  • Size
  • Source code size: 53.33 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 966 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 53s Average build duration of successful builds.
  • all releases: 43s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • alex-s168

Low-level unsafe FFI bindings for zbq.h.

zbq is a Linux-specific single-producer / multi-consumer (SPMC) shared-memory ring-buffer with optional file-descriptor passing.

This crate compiles zbq.h (by defining ZBQ_IMPLEMENTATION) via the cc build-dependency and exposes the raw C symbols through extern "C" blocks. For safe, idiomatic Rust wrappers see the zbq crate.