todel

Crates.iotodel
lib.rstodel
version0.3.3
sourcesrc
created_at2023-01-22 11:24:20.366382
updated_at2023-05-22 15:34:28.055854
descriptionThe Eludris shared models and logic crate
homepagehttps://github.com/eludris/eludris
repositoryhttps://github.com/eludris/eludris
max_upload_size
id764917
size61,507
Enoki (EnokiUN)

documentation

https://docs.rs/todel

README

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.

Commit count: 0

cargo fmt