https://github.com/naxmefy/rust_lab
https://github.com/naxmefy/rust_lab
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/naxmefy/rust_lab
- Owner: naxmefy
- License: mit
- Created: 2020-05-29T09:35:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T23:44:27.000Z (10 months ago)
- Last Synced: 2025-01-16T01:15:44.755Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Lab
just testing rust.
> **HINT** Got question, ideas, etc.? Just open a discussion thread [here](https://github.com/naxmefy/rust_lab/discussions)
[](https://github.com/naxmefy/rust_lab/actions/workflows/test.yml)
## todos
- [x] [00001_hello_world](/00001_hello_world)
- [x] [00002_hello_cargo](/00002_hello_cargo)
- [x] [00003_unit_tests](/00003_unit_tests)
- [ ] [00004_rust_book_1](/00004_rust_book_1)
- [ ] [00005_rust_book_2](/00005_rust_book_2)
- [ ] [00010_tui](/00010_tui)
- [x] [00011_web_service](/00011_web_service)
- [ ] [00012_web_frontend](/00012_web_frontend)
- [ ] [00013_web_fullstack](/00013_web_fullstack)## road
- [ ] web server
- [ ] web sockets
- [ ] other tcp like topics
- [ ] cli + advanced cli features
- [ ] dependency injection
- [ ] databases + migrations
- [ ] multiple databases
- [ ] database connections on demand
- [ ] database introspection
- [ ] game engines
- [ ] artefact generation / deployment