Crates.io | librist-sys |
lib.rs | librist-sys |
version | 0.8.3 |
source | src |
created_at | 2020-06-25 15:51:26.979478 |
updated_at | 2022-03-07 10:31:06.458875 |
description | Bindgen bindings for librist, used by the librist-rust crate |
homepage | |
repository | https://code.videolan.org/rist/librist-rust |
max_upload_size | |
id | 257915 |
size | 7,422,268 |
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