| Crates.io | librecast-sys |
| lib.rs | librecast-sys |
| version | 1.0.1 |
| created_at | 2025-06-13 20:06:34.382358+00 |
| updated_at | 2025-06-20 16:13:43.875905+00 |
| description | Low-level bindings to the librecast C library |
| homepage | |
| repository | https://codeberg.org/ghenry/librecast-sys.git |
| max_upload_size | |
| id | 1711813 |
| size | 2,840,844 |
pkg-config is used to find the librecast library on the current system../configure and make are tried next with the librecast source in ./vendor/librecast.You will need a C compiler and pkg-config installed, like you would normally
for an autotools project.
It's nice to run these when developing:
cargo fmt
cargo build --verbose
cargo test --verbose
cargo clippy -- -D warnings -A clippy::missing_safety_doc
cargo doc --no-deps --verbose
but there will be some using Forgejo Actions soon.