lib.rs
hdf5-metno-sys
This crate provides direct bindings to the HDF5 C library and allows to build the library from C sources if need be, so it can be linked in statically. Static linking. This crate supports linking to a static build of HDF5. The HDF5 C library is built via the hdf5-src crate which is then linked in when the static feature is set. See below for a ...
yara-sys
Native bindings for the Yara library from VirusTotal. Only works with Yara v4. More documentation can be found on the Yara's documentation. Features. By default, this crate uses bindgen to generate bindings on-the-fly, but you can also use the following features to use pre-built bindings file for different version of Yara. Just make sure the ...
rustyray-ffi
Native bindings to Raylib | Rust/Cargo package. Related: rustyray, rustyray-math See also: raylib, nanpure, csbindgen, macroquad, libsqlite3-sys, jni, libgit2-sys, libz-ng-sys, rust_icu_uloc, rust_icu_ubrk, raylib-wasm Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data.
raylib-wasm
Related: dir_rec, repa, raylib-light See also: raylib, aframe, indexed-db, sledgehammer_bindgen, macroquad, nanpure, wasm-bindgen, ts-rs, wasix, apexcharts-rs, monistode-emulator-bindings. Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski. It contains data from multiple sources, including heuristics, and manually curated ...
virt-sys
# native-bindings # api-bindings # libvirt # virt # path # direct # installed sys virt-sys Native bindings to the libvirt C library. by Wim de With. Owned by Sahid Orentino Ferdjaoui. Install; API reference; GitLab repo ; Home (libvirt.org) 4 releases (2 breaking) 0.3.0 Jul 16, 2024 0.2.1 Jul 15, 2024 0.2.0 May 25, 2023
libssh-rs-sys
libssh-rs-sys. Native bindings to libssh.. Features. The vendored feature causes a static version of libssh to be compiled and linked into your program. If no system libssh is detected at build time, or that system library is too old, then the vendored libssh implementation will be used automatically. Note that the libssh-rs bindings make use of a couple of new interfaces that have not made it ...