librist-sys

Crates.iolibrist-sys
lib.rslibrist-sys
version0.8.3
sourcesrc
created_at2020-06-25 15:51:26.979478
updated_at2022-03-07 10:31:06.458875
descriptionBindgen bindings for librist, used by the librist-rust crate
homepage
repositoryhttps://code.videolan.org/rist/librist-rust
max_upload_size
id257915
size7,422,268
David Holroyd (dholroyd)

documentation

README

librist-sys

crates.io version Documentation

Bindgen-based wrapper for librist.

See librist-rust for idiomatic Rust bindings based on this crate.

librist is included as a git submodule at a specific commit-id. This means that updates to the librist API can't break this crate. On the other hand it also means that that even non-API/ABI-effecting bugfixes to librist will not become available via this crate unless the git submodule commit-id is updated and a new release of librist-sys is made.

This crate currently builds and links to a static librist.

apt install musl-tools meson libclang1 llvm clang

CC=musl-gcc cargo +1.50 test --target=x86_64-unknown-linux-musl
Commit count: 0

cargo fmt