Crates.io | cec-rs |
lib.rs | cec-rs |
version | |
source | src |
created_at | 2019-11-05 18:07:10.581517 |
updated_at | 2024-12-15 13:19:20.177799 |
description | Thin but safe wrapper for libcec |
homepage | https://github.com/ssalonen/cec-rs |
repository | https://github.com/ssalonen/cec-rs |
max_upload_size | |
id | 178356 |
Cargo.toml error: | TOML parse error at line 26, column 1 | 26 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Thin but safe wrappers for libcec. Supports libcec 4.x, 5.x and 6.x with an unified API.
This library uses libcec-sys
to link against libcec
library. For installation instructions, refer to libcec-sys
README.
See examples
directory
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.
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.
cargo release --no-publish --dev-version --execute
and let the github CD pipeline do the rest.