4 releases
0.2.0-beta.2 | Oct 12, 2024 |
---|---|
0.2.0-beta.1 | Mar 25, 2024 |
0.2.0-beta | Mar 11, 2024 |
0.1.0 | Oct 14, 2023 |
#1071 in Game dev
152 downloads per month
Used in 3 crates
7KB
65 lines
devotee-backend
Set of definitions of backend-y stuff for the devotee project.
lib.rs
:
Set of definitions for backend-y stuff of the devotee project.
General approach is following:
- Specific backend works with middleware and application instances;
- Middleware abstract backend specifics away;
- Application works with Middleware abstractions;