https://github.com/djedou/duid-app
duid-app: Djedou UI Design Application
https://github.com/djedou/duid-app
Last synced: 2 months ago
JSON representation
duid-app: Djedou UI Design Application
- Host: GitHub
- URL: https://github.com/djedou/duid-app
- Owner: djedou
- License: mit
- Created: 2023-06-18T18:23:14.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T07:21:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T04:26:28.831Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# duid-app
**duid-app**: **D**jedou **UI** **D**esign **App**lication# Why Duid is built in Rust and Wasm
**Safe**: We are using **wasm** here, no **javascript**.
**Fast**: We wanted to benefit from the speeds of Rust and Wasm.
**No surprise**: Type System, Compiler and Borrow checker of **Rust** programming language make us confident that
we will get what we are waiting for and there will be not any surprise.
**Backward-compatibility**: If a **Rust Crate** compiled at some point, then Rust's stability guarantees say that it'll still compile afterwards.# Make sure to have Rust installed
[Install Rust](https://www.rust-lang.org/tools/install)# Installation
checkout: [cargo-duid-app](https://github.com/djedou/cargo-duid-app)## Crates
[cargo-duid-app](https://github.com/djedou/cargo-duid-app)
[duid-core](https://github.com/djedou/duid/tree/master/duid-core)
[duid-ui](https://github.com/djedou/duid-ui)
[duid-template](https://github.com/djedou/duid_template)
[duid-data-grid](https://github.com/djedou/duid-data-grid)
[duid-tools](https://github.com/djedou/duid-app/tree/develop/duid-tools)