This library is a Rust wrapper for the BACnet Stack project, built with
bindgen,cmake, and love 💚.
The folder bacnet-sys/bacnet-stack contains the submodule of the original C library.
Also, this repository is kind of a fork of this other one, updated to the latest version of Rust and bacnet-stack.
To update the stack, you need to update the submodule bacnet-stack to the latest commit, always check if cargo can still build the project, with cargo build, and then run cargo test to check if the tests are still passing.