mirror of
https://github.com/coko7/boat-lib.git
synced 2026-07-20 13:05:01 +00:00
⚙️ Rust utility library for boat.
https://crates.io/crates/boat-lib
- Rust 100%
| .github/workflows | ||
| docs | ||
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
⚙️ boat-lib
Rust utility library for boat.
Schema
Entity Relationship Diagram (ERD) made with kroki.io:
Build options
You can compile with:
cargo build
Note
boat-librelies onrusqliteto interact with SQLite. By default, it usesrusqlitewithout thebundledfeature so it requires that you have SQLite installed on your system. If you wish to use a bundled version of SQLite instead, you need to enable thebundled-sqlitefeature:
cargo build --features bundled-sqlite