2 releases
0.3.3 | May 22, 2023 |
---|---|
0.3.2 | Jan 22, 2023 |
#95 in #models
29 downloads per month
Used in 3 crates
60KB
1K
SLoC
Todel
The Eludris models & shared logic crate.
Usage
This crate was made with the idea of users directly depending on it in their projects with mind, add it to your own project either by:
-
Using
cargo add
cargo add todel
-
Adding the following line to your
Cargo.toml
todel = "*"
Features
Todel comes with 2 main features, logic
which provides the logic-related implementation
to the models and also some types which are not used directly by the Eludris API
and http
which houses the rocket-reliant logic and models.
If you just need the models (which will be the case most of the time) then you
can add todel with no extra features, all the models derive the Debug
, serde::Serialize
and serde::Deserialize
traits.
lib.rs
:
A simple crate that houses most of the Eludris models & shared logic.
Dependencies
~2–38MB
~631K SLoC