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

https://github.com/poneding/rust-cookbook


https://github.com/poneding/rust-cookbook

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# rust-cookbook

[中文版](https://rustwiki.org/zh-CN/rust-cookbook/)
[英文版](https://rust-lang-nursery.github.io/rust-cookbook/)

## Examples

- [切片排序/自定义排序](src/bin/algorithms-sorting.rs)
- [TCP 服务端/客户端](src/bin/net-server.rs)
- [生成随机数](src/bin/algorithms-randomness.rs)
- [生成随机密码](src/bin/algorithms-randomness.rs#L40)
- [简单 Command 程序](src/bin/cli-arguments.rs)