vmb-core 0.3.0

Runtime-agnostic domain types and ports for vmb-rs (no FFI dependency)
Documentation
  • Coverage
  • 100%
    104 out of 104 items documented0 out of 62 items with examples
  • Size
  • Source code size: 66.89 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 7.43 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3m 12s Average build duration of successful builds.
  • all releases: 2m 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • GoCleverOrg/vmb-rs
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • vasco

vmb-core

Runtime-agnostic domain types and ports for the vmb-rs workspace. This crate defines the error type, frame view, pixel format, opaque handles, and the VmbRuntime port. It has no dependency on vmb-sys or any FFI code and contains no unsafe blocks.

All unsafe FFI and the Vimba SDK integration live in the sibling vmb-ffi crate, which provides the production VmbRuntime implementation. Tests use vmb-fake, an in-memory VmbRuntime implementation.

End users almost always want the vmb facade crate, not this one directly.