lotus
lotus copied to clipboard
Error handling
Add some error handling to Lotus::new and Lotus::format(). The library currently has none.
Expected function signatures:
pub fn new(...) -> Result<Self, LotusError> {...};
pub fn format(...) -> Result<String, LotusError> {...};