linux-video-core

Crates.iolinux-video-core
lib.rslinux-video-core
version0.1.1
sourcesrc
created_at2023-05-22 04:22:21.523334
updated_at2023-08-05 04:07:08.196519
descriptionLinux V4L2 device interfacing
homepage
repository
max_upload_size
id870355
size216,965
Kayo Phoenix (katyo)

documentation

README

Core Linux V4L2 API for Rust (core)

github crate docs MIT CI

This crates intended to provide access to Linux V4L2 APIs without any limitations.

The primary design goal is an optimal balance between safety and overhead. The implementation much closer to system calls than v4l. Interface types wraps kernel types to avoid unnecessary copying.

At end this is my demure attempt to do things right.

Crates

This crate provides low-level bindings and does not intended to end-users.

Commit count: 0

cargo fmt