2 unstable releases
Uses old Rust 2015
0.1.0 | Sep 21, 2016 |
---|---|
0.0.1 | Mar 4, 2016 |
#32 in #presentation
5KB
110 lines
codeplatter
codeplatter is a little tool I wrote to compile code snippets for a presentation.
When launched, you send your code via POST request to localhost:3000/<lang>
and codeplatter will send you back the output.
Works currently with:
- Rust:
localhost:3000/rust
- C++:
localhost:3000/cpp
Dependencies
~5.5MB
~112K SLoC