18 stable releases (7 major)
7.1.1 | Jul 5, 2023 |
---|---|
7.0.0 | Jan 28, 2023 |
6.0.0 | Aug 28, 2022 |
5.0.0 | Feb 9, 2022 |
0.1.0 | Nov 5, 2019 |
#1002 in Hardware support
56 downloads per month
Used in 3 crates
155KB
3K
SLoC
cec-rs
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
- Apache License, Version 2.0 (LICENSE-CI-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-CI-MIT or http://opensource.org/licenses/MIT)
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.
Dependencies
~8MB
~98K SLoC