Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ls-2018/rust-helloworld
https://github.com/ls-2018/rust-helloworld
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ls-2018/rust-helloworld
- Owner: ls-2018
- Created: 2024-09-12T14:04:06.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-10T05:52:49.000Z (about 1 month ago)
- Last Synced: 2024-10-12T12:35:54.609Z (about 1 month ago)
- Language: Rust
- Size: 4.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 ?