The Lib is a shared library used across multiple Shrike components. It provides common functions and models to ensure consistency and reduce code duplication.
- Neo data conversion methods.
- Database path handling.
- Will be expanded with other functions and models as needed.
- Latest stable Rust version. We recommend using Rustup.
- Clone or download the Lib folder.
- Import the library into your Rust project by adding the following to your
Cargo.toml
:
[dependencies]
shrike-lib = { path = "path/to/shrike-lib" }
- Use the functions and models provided by the library in your code.
Contributions to the Lib are welcomed. If you have suggestions for additional functions or improvements to the existing ones, feel free to open an issue or submit a pull request.