Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.