1 unstable release

Uses new Rust 2024

new 0.2.0 Jun 6, 2025

#3 in #shop

GPL-3.0-or-later

71KB
1.5K SLoC

Shopster

Database Layer for shop system with tenant support.

Testing

We use unit/integration tests. In order to run them you need dockerrunning and hvae cargo-nexttest installed. You can do this with:

> cargo install cargo-nextest --locked

To test run the tests, use the following command:

> cargo nextest run

For Test coverage use:

> cargo install cargo-llvm-cov
> cargo llvm-cov nextest

Dependencies

~6–15MB
~191K SLoC