simplegen 0.2.3

simplegen is a simple text buffer that maintains indentation for calls to `println()`. The contents of the buffer can be retrieved by calling the `to_string()` method.
Documentation
1
2
3
mod code_buffer;

pub use code_buffer::CodeBuffer;