Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leon-matthews/rust-playground
Snippets, experiments, and projects that haven't grown legs yet.
https://github.com/leon-matthews/rust-playground
rust
Last synced: 26 days ago
JSON representation
Snippets, experiments, and projects that haven't grown legs yet.
- Host: GitHub
- URL: https://github.com/leon-matthews/rust-playground
- Owner: leon-matthews
- License: apache-2.0
- Created: 2024-08-26T23:46:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T01:59:00.000Z (4 months ago)
- Last Synced: 2024-09-19T03:12:16.673Z (4 months ago)
- Topics: rust
- Language: Rust
- Homepage: https://lost.co.nz/
- Size: 809 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-playground
Snippets, experiments, and projects that haven't grown legs yet.
## Benchmarking
Comparing different techniques against each other.
## Books
Code samples and practice projects from books I'm reading.
## CLI (Command-Line Interface)
The `cli` folder is trying out general tools and techniques for creating
command-line programs.## GUI (Graphical User Interface)
The `gui` folder is for trying out tools, techniques, and frameworks for
building GUI programs.