https://github.com/geocine/learning-rust
Learning Rust
https://github.com/geocine/learning-rust
Last synced: 6 months ago
JSON representation
Learning Rust
- Host: GitHub
- URL: https://github.com/geocine/learning-rust
- Owner: geocine
- Created: 2021-01-02T14:16:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-06T15:04:09.000Z (almost 5 years ago)
- Last Synced: 2025-02-14T04:33:31.069Z (8 months ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Rust
I want to be a Rustacean this 🎉 **2021** 🎉
![]()
## Crates
* [actix/actix-web](https://github.com/actix/actix-web) — A lightweight async web framework for Rust with websocket support [](https://travis-ci.org/actix/actix-web)
* [serde-rs/json](https://github.com/serde-rs/json) [[serde\_json](https://crates.io/crates/serde_json)] — JSON support for [Serde](https://github.com/serde-rs/serde) framework [](https://travis-ci.org/serde-rs/json)
* [seanmonstar/pretty-env-logger](https://github.com/seanmonstar/pretty-env-logger) — A pretty, easy-to-use logger for Rust. [](https://travis-ci.org/seanmonstar/pretty-env-logger)
* [seanmonstar/reqwest](https://github.com/seanmonstar/reqwest) — an ergonomic HTTP Client for Rust. [](https://travis-ci.org/seanmonstar/reqwest)
* [clap-rs](https://github.com/clap-rs/clap) [[clap](https://crates.io/crates/clap)] — A simple to use, full featured command-line argument parser [](https://travis-ci.org/clap-rs/clap)