FluenTech / embedded-time

Time(ing) library (Instant/Duration/Clock/Timer/Period/Frequency) for bare-metal embedded systems
Apache License 2.0
90 stars 17 forks source link

Removed all use of unwrap #105

Closed korken89 closed 3 years ago

korken89 commented 3 years ago

I removed all use of unwrap to help combat fmt bloat we see in downstream crates.

Was not used as much as I expected.

Closes #84

PTaylor-us commented 3 years ago

Thanks for that, @korken89.