libcec-sys

Crates.io Docs.rs CI

FFI bindings for the libcec

Installation

Linking of libcec

By default, this crate tried to link to libcec version >= 4.0.0. pkg-config is always preferred when available. Alternatively, one can force the use of vendored sources by enabling vendored feature.

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 --skip-publish and let the github CD pipeline do the rest.