liblcrq-sys

Crates.ioliblcrq-sys
lib.rsliblcrq-sys
version1.0.2
created_at2025-06-20 13:34:39.926305+00
updated_at2025-06-20 14:47:33.787677+00
descriptionLow-level bindings to the liblcrq C library
homepage
repositoryhttps://codeberg.org/ghenry/liblcrq-sys.git
max_upload_size
id1719646
size581,751
Gavin Henry (ghenry)

documentation

README

Low-level bindings to the liblcrq C library

Stability: Active Crates.io Docs.rs

Building liblcrq-sys

Steps we take

  1. pkg-config is used to find the liblcrq library on the current system.
  2. ./configure and make are tried next with the liblcrq source in ./vendor/liblcrq.

Build Requirements

You will need a C compiler and pkg-config installed, like you would normally for an autotools project.

Development

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.

Commit count: 0

cargo fmt