boat-lib 0.3.2

Rust utility library for boat
Documentation

⚙️ boat-lib

Rust utility library for boat.

Crates info License: GPL-3.0 Rust Tests

[!WARNING]
🚧 Work in Progress

This 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:

Entity Relationship Diagram

Build options

You can compile with:

cargo build

[!NOTE] boat-lib relies on rusqlite to interact with SQLite. By default, it uses rusqlite without the bundled feature 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 the bundled-sqlite feature:

cargo build --features bundled-sqlite