Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qwyng/rust-e-book
https://github.com/qwyng/rust-e-book
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/qwyng/rust-e-book
- Owner: QWYNG
- Created: 2023-02-14T12:16:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T09:49:02.000Z (over 1 year ago)
- Last Synced: 2024-10-31T09:16:53.724Z (2 months ago)
- Language: Rust
- Size: 3.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-e-book
1. rust install
`curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`2. rust 最新機能使用 `rustup default nightly `
3. `cargo install`
4. `cargo run`
5. おそらく http://127.0.0.1:8000にてWebサーバが起動しています