rust-cookbook

https://rust-lang-nursery.github.io/rust-cookbook

Github星跟踪图

A Rust Cookbook   Build Status travis

Read it here.

This Rust Cookbook is a collection of simple Rust examples that
demonstrate good practices to accomplish common programming tasks,
using the crates of the Rust ecosystem.

These examples are complete, and suitable for copying directly into
new cargo projects. They are tested and guaranteed to work.

Read it offline

If you'd like to read it locally:

$ git clone https://github.com/rust-lang-nursery/rust-cookbook
$ cd rust-cookbook
$ cargo install mdbook --vers "0.1.8"
$ mdbook serve --open

The output can also be opened from the book subdirectory in your web browser.

$ xdg-open ./book/index.html # linux
$ start .\book\index.html    # windows
$ open ./book/index.html     # mac

Contributing

This project is intended to be easy for new Rust programmers to
contribute to, and an easy way to get involved with the Rust
community. It needs and welcomes help.

For details see CONTRIBUTING.md on GitHub.

License CC0-badge

Rust Cookbook is licensed under Creative Commons Zero v1.0 Universal License
(LICENSE-CC0 or https://creativecommons.org/publicdomain/zero/1.0/legalcode)

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in Rust Cookbook by you, as defined in the CC0-1.0 license, shall be
dedicated to the public domain and licensed as above, without any additional
terms or conditions.

主要指标

概览
名称与所有者EbTech/rust-algorithms
主编程语言Rust
编程语言Rust (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2017-05-16 06:25:06
推送于2025-02-27 20:24:02
最后一次提交2025-02-27 12:20:03
发布数0
用户参与
星数3.9k
关注者数97
派生数225
提交数105
已启用问题?
问题数13
打开的问题数3
拉请求数11
打开的拉请求数1
关闭的拉请求数4
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?