cbqn-sys

Crates.iocbqn-sys
lib.rscbqn-sys
version0.2.0
sourcesrc
created_at2022-07-07 09:19:15.522881
updated_at2023-04-24 20:19:21.521751
descriptionFFI bindings to CBQN
homepagehttps://github.com/Detegr/cbqn-sys
repositoryhttps://github.com/Detegr/cbqn-sys.git
max_upload_size
id621073
size2,231,198
Antti Keränen (Detegr)

documentation

https://detegr.github.io/cbqn-sys/cbqn_sys

README

cbqn-sys

A crate providing FFI bindings to CBQN.

Features

shared-object

The default feature is shared-object which links to libcbqn.so. It can be built using shared-o3 target. Use RUSTFLAGS="-L /path/to/cbqn" and LD_LIBRARY_PATH=/path/to/cbqn/libcbqn.so if the shared object is not in a system-wide path.

bindgen

The bindgen feature generates new bindings using Bindgen.

No features

Building without features gives only the API to CBQN. Used with cbqn-rs WASI backend for example.

Commit count: 18

cargo fmt