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

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

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)