> For the complete documentation index, see [llms.txt](https://luis-souza-1.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://luis-souza-1.gitbook.io/wiki/back-end/rust.md).

# Rust

* <https://blessed.rs/crates>

## Bibliotecas

### 3D

* [Kajiya](https://github.com/EmbarkStudios/kajiya)

### API

* [Loco](https://loco.rs/)

### Async

* [Async](https://docs.rs/async-std/latest/async_std/)
* [Tokio](https://tokio.rs/)

### CLI

* [Clap](https://docs.rs/clap/latest/clap/)

### Compressão

* [Flate2](https://docs.rs/flate2/latest/flate2/)

### Criação de UI

* [Dioxus](https://dioxuslabs.com/)
* [Leptos](https://www.leptos.dev/)
* [Taffy](https://github.com/DioxusLabs/taffy)
* [Yew](https://yew.rs/)

### Error Handling

* [Anyhow](https://docs.rs/anyhow/latest/anyhow/)

### GPU

* [Ash](https://github.com/MaikKlein/ash)
* [Vulkano](https://vulkano.rs/about.html)
* [wgpu](https://wgpu.rs/)

### I/O

* [Ropey](https://docs.rs/ropey/latest/ropey/)

### Interface Gráfica

* [GGEZ](https://docs.rs/ggez/latest/ggez/graphics/index.html)

### ORM

* [Diesel](https://diesel.rs/)

### Realtime

* [FastWebSockets](https://github.com/denoland/fastwebsockets)

### Serialization/Deserialization

* [Serde](https://serde.rs/)

## Frameworks

### API

* [Axum](https://docs.rs/axum/latest/axum/)
* [Rocket](https://rocket.rs/)
* [Salvo](https://salvo.rs/)

### Application

* [Crux](https://redbadger.github.io/crux/)

### Web

* [Actix](https://actix.rs/)
* [Leptos](https://leptos.dev/)
* [Seed](https://seed-rs.org/)
