liblcrq-sys 1.0.2

Low-level bindings to the liblcrq C library
Documentation
# Low-level bindings to the liblcrq C library

[![Stability: Active](https://masterminds.github.io/stability/active.svg)](https://masterminds.github.io/stability/active.html)
[![Crates.io](https://img.shields.io/crates/v/liblcrq-sys)](https://crates.io/crates/liblcrq-sys)
[![Docs.rs](https://docs.rs/liblcrq-sys/badge.svg)](https://docs.rs/liblcrq-sys)

# 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: 

```bash
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](https://forgejo.org/docs/latest/user/actions/#quick-start) soon.