Expand description
Β§π¬ 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.
- Fork the repository.
- Create a new branch for your feature/bugfix.
- 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;
