korken89 / fugit

`fugit` provides a comprehensive library of `Duration` and `Instant` for the handling of time in embedded systems, doing all it can at compile time.
Apache License 2.0
56 stars 16 forks source link

1.0 release #52

Open MabezDev opened 2 weeks ago

MabezDev commented 2 weeks ago

This crate is used in a lot of the ecosystem: https://crates.io/crates/fugit/reverse_dependencies.

As most of the types exposed here are user-facing, i.e a user will set a Duration or get an Instant, for ecosystem crates (namely esp-hal in this case) to reach 1.0. this crate must also have a 1.0 release.

I'd like to know what you think needs to be done to get there?

korken89 commented 2 weeks ago

Hi @MabezDev !

I think not much is needed, there are some issues and PRs that probably should be addressed. I don't have much bandwidth right now though, so I can't make any timely promises.