Skip to content

Rust bindings for CRFSuite

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

utkarshx/crfsuite-rs

 
 

crfsuite-rs

Build Status Build Status

Rust bindings for CRFSuite

Requirements

This lib uses Bindgen to generate FFI bindings, hence you need to have clang installed

$ sudo apt-get install llvm-3.9-dev libclang-3.9-dev clang-3.9 # ubuntu, see http://apt.llvm.org/ before 16.10
$ sudo pacman -S clang # ArchLinux
$ brew install [email protected] # macOS

Building and testing

$ cargo build
$ cargo test

Supported platforms

Was tested on various x86_64 linux distros, RaspberryPi, macOS, iOS and Android

License

Note: files in the crfsuite-sys/c directory are copied from the crfsuite and liblbfgs and are not covered by the following licence statement.

All original work licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Rust bindings for CRFSuite

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 87.3%
  • Rust 7.8%
  • C++ 4.9%