Skip to content

greyblake/whatlang-ffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whatlang FFI

C bindings for whatlang natural language detection library.

Running an example

make run

Configuration and Use

To use this library from C include the header whatlang.h and link against libwhatlang.so / whatlang.dll.

By default enum values are defined as C constants. This representation can be changed by defining WHATLANG_USE_C_ENUMS before including whatlang.h. This doesn't change the underlying ABI.

License

MIT © Sergey Potapov

About

C bindings for whatlang Rust library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published