Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 532 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 532 Bytes

flux-rs-sys

Rust bindings (and examples) for Flux core.

Development

A VSCode Developer Environment is included for your development. It provides an installation of Flux alongside the rust toolchain. You can open the environment by opening VSCode -> View -> Command Palette -> Dev Containers: Rebuild Container. Once in the container (or in an environment with cargo) you can do:

$ cargo update
$ cargo build

And run tests:

$ cargo test