libparasail-sys

Crates.iolibparasail-sys
lib.rslibparasail-sys
version0.1.8
sourcesrc
created_at2024-02-15 23:07:42.213868
updated_at2024-11-19 04:41:33.980004
descriptionUnsafe Rust bindings for the parasail C library
homepage
repositoryhttps://github.com/nsbuitrago/libparasail-sys
max_upload_size
id1141681
size32,445,096
Nicolas Buitrago (nsbuitrago)

documentation

https://docs.rs/libparasail_sys

README

libparasail-sys

GitHub Actions Workflow Status docs.rs Crates.io Version

This crate provides unsafe Rust bindings for parasail. You might be interested in parasail-rs, which provides safe Rust bindings and a wrapper to parasail.

Note that parasail-sys similarly provides unsafe Rust bindings, but has been archived since 2020. The intention of libparasail-sys is to provide an up to date set of bindings for parasail and slightly different API.

Building

Assuming you have cargo setup, you can build libparasail-sys to check that the bindings compile with cargo build. Note that we try and use system parasail by default and then try to build using CMake if no system package is found (see build.rs or the CMake build instructions in the original library repo). To force using system parasail, set the PARASAIL_NO_VENDOR=1 environment variable.

Testing

Bindgen provides tests to check the generated FFI structs. For verification, run cargo test. Assuming no modification has been made to the bindings.rs, this should pass successfully. This crate has been tested with cargo 1.77.0-nightly.

Contributing

Contributions are more than welcome. Please submit an issue or pull request.

License

libparasail-sys is licensed under the BSD-3-clause license, however, parasail is licensed under a very similar Batelle BSD-style license and was developed by Jeff Daily along with other contributors.

Commit count: 45

cargo fmt