Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 899 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 899 Bytes

Lib

The Lib is a shared library used across multiple Shrike components. It provides common functions and models to ensure consistency and reduce code duplication.

Features

  • Neo data conversion methods.
  • Database path handling.
  • Will be expanded with other functions and models as needed.

Getting Started

Prerequisites

  • Latest stable Rust version. We recommend using Rustup.

Usage

  1. Clone or download the Lib folder.
  2. Import the library into your Rust project by adding the following to your Cargo.toml:
[dependencies]
shrike-lib = { path = "path/to/shrike-lib" }
  1. Use the functions and models provided by the library in your code.

Contributing

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.