⚙️ boat-lib
Rust utility library for boat.
[!WARNING]
🚧 Work in ProgressThis library is actively being developed. Since it's in its early stages, things will likely break often. Don't use it for now.
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