cec-rs

Crates.iocec-rs
lib.rscec-rs
version7.1.1
sourcesrc
created_at2019-11-05 18:07:10.581517
updated_at2023-07-05 20:03:00.464133
descriptionThin but safe wrapper for libcec
homepagehttps://github.com/ssalonen/cec-rs
repositoryhttps://github.com/ssalonen/cec-rs
max_upload_size
id178356
size171,426
Sami Salonen (ssalonen)

documentation

https://docs.rs/cec-rs

README

cec-rs

Crates.io Docs.rs CI Coverage Status

Thin but safe wrappers for libcec. Supports libcec 4.x, 5.x and 6.x with an unified API.

Installation

This library uses libcec-sys to link against libcec library. For installation instructions, refer to libcec-sys README.

Example CLI application

See examples directory

License

Licensed under GNU General Public License version 2, (LICENSE or https://opensource.org/licenses/GPL-2.0)

The CI/CD setup in .github/ is based on rust-github/template, and therefore 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.

See CONTRIBUTING.md.

Releasing

cargo release --no-publish --dev-version --execute and let the github CD pipeline do the rest.

Commit count: 147

cargo fmt