codeplatter 0.1.0

codeplatter is a tool to compile code snippets for browser based presentations where you can make ajax requests
1
2
3
4
5
mod rust;
mod cpp;

pub use self::rust::handle_rust as rust;
pub use self::cpp::handle_cpp as cpp;