markdown Rust web开发
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Rust web开发相关的知识,希望对你有一定的参考价值。
Modules
-------
- [Diesel](http://diesel.rs): Database ORM for Rust.
- [Serde](https://serde.rs): General serialisation and deserialisation library.
- [Uuid](https://crates.io/crates/uuid): UUID generation and parsing library.
- [Juniper](https://graphql-rust.github.io): GraphQL backend for Rust.
- [Clap](https://crates.io/crates/clap): Command line argument parser.
### To try
- [Fake](https://github.com/cksac/fake-rs): Dummy data generator.
Tooling
-------
- Install rustup `curl https://sh.rustup.rs -sSf | sh`
- Add rls `rustup component add rls`
- Add clippy `rustup component add clippy`
- Add rustfmt `rustup component add rustfmt`
Note stable or nightly might need to be reinstalled to add components.
### To try
- [Cargo husky](https://crates.io/crates/cargo-husky): Git hook runner for testing on commit, on push, etc.
以上是关于markdown Rust web开发的主要内容,如果未能解决你的问题,请参考以下文章
markdown 使用Reqwest和dotenv #rust的Rust客户端
Rust Web 全栈开发之自建TCPHTTP Server
Rust Web 全栈开发之 Actix 尝鲜并构建REST API
2019 年,Rust 与 WebAssembly 将让 Web 开发更美好
mdBook使用
ICSE2016 论文介绍使用 Rust 语言开发 Servo 浏览器引擎