Crate eld

Source
Expand description

Β§πŸ“Š ELD

Crates.io Crates.io Downloads Crates.io License made-with-rust Rust Maintenance

Open SASS Discord

logo

§🎬 Demo

eld-demo

Β§πŸ“œ Introduction

ELD is a Rust crate designed for Electronic Logging Devices (ELDs). It helps users visualize driving logs through interactive charts and analytics dashboards.

Β§πŸš€ Features

  • πŸ“ˆ Chart Generation - Convert ELD logs into easy-to-read visual charts.
  • πŸ•’ HOS Compliance - Track Hours of Service (HOS) automatically.
  • πŸ“Š Analytics & Insights - Get AI-powered summaries of driving patterns.
  • ⚑ High-Performance - Built with Rust for speed and efficiency.
  • πŸ”Œ Extensible API - Easily integrate with fleet management systems.

Β§Y Yew Usage (TODO)

Refer to our guide to integrate this component into your Yew app.

§🧬 Dioxus Usage

Refer to our guide to integrate this component into your Dioxus app.

§🌱 Leptos Usage (TODO)

Refer to our guide to integrate this component into your Leptos app.

§🀝 Contributions

Contributions are welcome! Whether it’s bug fixes, feature requests, or examples, we would love your help to improve eld.

  1. Fork the repository.
  2. Create a new branch for your feature/bugfix.
  3. Submit a pull request for review.

Β§πŸ“œ License

ELD is licensed under the MIT License. You are free to use, modify, and distribute this library in your projects.

Re-exportsΒ§

pub use chart::clear_chart;
pub use chart::draw_chart;
pub use chart::DutyStatus;
pub use chart::Segment;

ModulesΒ§

chart
dioxusdio
🧬 ELD Dioxus Usage
leptoslep
yewyew