⚙️ 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