1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2026-03-07 15:46:24 +01:00
BLAKE3/c/blake3_c_rust_bindings
Jack O'Connor 063dda6837 llfio support in blake3_c_rust_bindings
Requires a CPLUS_INCLUDE_PATH setting similar to:

    export CPLUS_INCLUDE_PATH=/tmp/llfio/include:/tmp/outcome/include:/tmp/quickcpplib/include
2025-03-09 16:15:39 -07:00
..
benches tbb support in blake3_c_rust_bindings 2025-03-09 16:15:39 -07:00
src llfio support in blake3_c_rust_bindings 2025-03-09 16:15:39 -07:00
build.rs llfio support in blake3_c_rust_bindings 2025-03-09 16:15:39 -07:00
Cargo.toml llfio support in blake3_c_rust_bindings 2025-03-09 16:15:39 -07:00
cross_test.sh add cross_test.sh for the C bindings 2020-09-29 16:48:18 -04:00
README.md remove an obsolete remark about performance 2020-01-27 13:04:36 -05:00

These are Rust bindings for the C implementation of BLAKE3. As there is a native Rust implementation of BLAKE3 provided in this same repo, these bindings are not expected to be used in production. They're intended for testing and benchmarking.