0.3.0
Changes
- Refactored
load
module functions to returnResult
s instead of panicking. - Refactored code from using
cfg-if
macros to#[cfg]
attributes. - Improved code readability.
load
module functions to return Result
s instead of panicking.cfg-if
macros to #[cfg]
attributes.