aboutsummaryrefslogtreecommitdiff
path: root/prototypes/README.md
blob: 2674181735afee38055acb7af5aef5f81f5050b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
# prototypes

Sometimes I have an idea for something, but it's very much not fleshed
out, and so... I start with `cargo new <name>`, and start coding.
Sometimes these are just design documents, and sometimes they are
half-functional tools.

This directory is meant for me, or you if you are curious about the
way I think, and approach problems.  None of these tools are really
working, or else they would be in the `apps/` or `development/` trees
😉 - so be warned.