Crates.io | todel |
lib.rs | todel |
version | 0.3.3 |
source | src |
created_at | 2023-01-22 11:24:20.366382 |
updated_at | 2023-05-22 15:34:28.055854 |
description | The Eludris shared models and logic crate |
homepage | https://github.com/eludris/eludris |
repository | https://github.com/eludris/eludris |
max_upload_size | |
id | 764917 |
size | 61,507 |
The Eludris models & shared logic crate.
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 = "*"
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.