The Eludris models 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 --git https://github.com/eludris/todel
-
Adding the following line to your
Cargo.toml
todel = { git = "https://github.com/eludris/todel" }