Skip to content

bkguard/bkguard-lib-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bkguard-lib-rust

Rust implementation of the BKGuard image moderation and matching library.

Documentation

For a detailed breakdown of all public classes, methods, and configurations, see the API Reference.

Installation

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"] }

Running Tests

Run the test suite using Cargo:

cargo test

Or via Makefile:

make test

License

Dual-licensed under Apache-2.0 or MIT, at your choice.

About

No description or website provided.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors