superposition_types 0.104.0

Types, type aliases and diesel ORM definitions for superposition
Documentation
1
2
3
4
5
6
7
8
9
10
# Superposition Types

Not intended for public use.

## How to understand this crate

- All DB definitions are in the migrations folder
- The actual rust code is in the `src` folder
- ORM mappings are in the `src/database` folder
- API request/response types are in the `src/api` folder