| Crates.io | liblcrq-sys |
| lib.rs | liblcrq-sys |
| version | 1.0.2 |
| created_at | 2025-06-20 13:34:39.926305+00 |
| updated_at | 2025-06-20 14:47:33.787677+00 |
| description | Low-level bindings to the liblcrq C library |
| homepage | |
| repository | https://codeberg.org/ghenry/liblcrq-sys.git |
| max_upload_size | |
| id | 1719646 |
| size | 581,751 |
pkg-config is used to find the liblcrq library on the current system../configure and make are tried next with the liblcrq source in ./vendor/liblcrq.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.