An open API service indexing awesome lists of open source software.

https://github.com/opensass/eld

🚛 ELD Toolkit for WASM frameworks like Yew, Dioxus, and Leptos.
https://github.com/opensass/eld

Last synced: about 1 year ago
JSON representation

🚛 ELD Toolkit for WASM frameworks like Yew, Dioxus, and Leptos.

Awesome Lists containing this project

README

          

# 📊 ELD

[![Crates.io](https://img.shields.io/crates/v/eld)](https://crates.io/crates/eld)
[![Crates.io Downloads](https://img.shields.io/crates/d/eld)](https://crates.io/crates/eld)
![Crates.io License](https://img.shields.io/crates/l/eld)
[![made-with-rust](https://img.shields.io/badge/Made%20with-Rust-1f425f.svg?logo=rust&logoColor=white)](https://www.rust-lang.org/)
[![Rust](https://img.shields.io/badge/Rust-1.85%2B-blue.svg)](https://www.rust-lang.org)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/opensass/eld)

[![Open SASS Discord](https://dcbadge.limes.pink/api/server/b5JbvHW5nv)](https://discord.gg/b5JbvHW5nv)

![logo](https://raw.githubusercontent.com/opensass/eld/refs/heads/main/assets/logo.webp)

## 🎬 Demo

![eld-demo](https://raw.githubusercontent.com/opensass/eld/main/assets/demo.gif)

## 📜 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](YEW.md) to integrate this component into your Yew app.

## 🧬 Dioxus Usage

Refer to [our guide](https://github.com/opensass/eld/blob/main/DIOXUS.md) to integrate this component into your Dioxus app.

## 🌱 Leptos Usage (TODO)

Refer to [our guide](LEPTOS.md) 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.
1. Create a new branch for your feature/bugfix.
1. Submit a pull request for review.

## 📜 License

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