Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ls-2018/rust-helloworld


https://github.com/ls-2018/rust-helloworld

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

- rustup toolchain install nightly-aarch64-apple-darwin
- cargo +nightly fmt

- 关键字 super 和 crate 在路径中有着特殊的含义:super 指的是父模块,crate 指的是当前模块所在的 crate。

- to_owned ?
- as_ref ?
- Borrowed ?
- Cow ?