lotus icon indicating copy to clipboard operation
lotus copied to clipboard

Error handling

Open oppiliappan opened this issue 6 years ago • 0 comments

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> {...};

oppiliappan avatar Apr 24 '19 14:04 oppiliappan