3 releases
Uses old Rust 2015
0.1.2 | Nov 12, 2017 |
---|---|
0.1.1 | Nov 11, 2017 |
0.1.0 | Nov 7, 2017 |
#13 in #templates
9KB
164 lines
rs-gluons
A grab bag of personal rust modules, and templates to hold things together
Modules
- sort - Efficient sorting algorithms (WIP)
- search - Search algorithms (WIP)
- [TODO] collections
Templates
-
hello-win-nostd
- Smallest possible statically linked hello world
- No std-lib
- Console subsystem
- Size: 10k
-
hello-win-nostd-gui
- Smallest possible statically linked hello world
- No std-lib
- Windows (GUI) subsystem
- Size: 10k
- Handles windows manifest embed via build script (There's no coherent cargo idiomatic build process to orchestrate post-build, or win32 manifest embedding at the moment of writing this - Hopefully that should change soon)
Dependencies
~165KB