Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 390 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 390 Bytes

Todel

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

    todel = { git = "https://github.com/eludris/todel" }