simplegen ⚙️
simplegen is a simple code generator library.
It is a text buffer that preserves indentation level on calls to println().
The contents of the buffer can be retrieved with to_string().
Example
use CodeBuffer;
Output
simplegen is a simple code generator library.
It is a text buffer that preserves indentation level on calls to println().
The contents of the buffer can be retrieved with to_string().
use CodeBuffer;