Rust implementation of the BKGuard image moderation and matching library.
For a detailed breakdown of all public classes, methods, and configurations, see the API Reference.
Add this to your Cargo.toml:
[dependencies]
bkguard-lib-rust = { version = "0.1.0", path = "../bkguard-lib-rust" }For a no_std environment without std but with an allocator:
[dependencies]
bkguard-lib-rust = { version = "0.1.0", path = "../bkguard-lib-rust", default-features = false, features = ["alloc"] }Run the test suite using Cargo:
cargo testOr via Makefile:
make testDual-licensed under Apache-2.0 or MIT, at your choice.