imbuf

Crates.ioimbuf
lib.rsimbuf
version0.2.0
created_at2025-12-12 11:18:49.476425+00
updated_at2026-01-05 15:07:08.307442+00
descriptionImage buffers that abstract over underlying storage (Vec, Arc, or custom backends). Features copy-on-write semantics for efficient memory usage.
homepage
repositoryhttps://github.com/mineichen/imbuf
max_upload_size
id1981374
size99,949
Markus Ineichen (mineichen)

documentation

README

CI

This crate provides image buffers, which can be used to hide the underlying storage.

  • FFI compatible
  • Ability to support buffers from other libraries like "opencv" without copying (type erasure)
  • Copy on write capability, so buffers can be reused if the inner representation is not shared
Commit count: 0

cargo fmt