"- how do people feel about extra..." <- > <@random-task:matrix.org> - how do people feel about extra dependencies: I would like to use `typenum` to represent compile-time values in a much more powerful way > - what are peoples perspectives on what embassy-time is missing? > - What are some key points needed in order for it to be deemed an essential requirement to implement to deep a platform "supported" in much the same way that it is required for a platform to support the `InputPin` trait for their gpio input pins? Dependencies are Ok if they are small, and don't have sub-deps. (Or can be feature-gated to comply with this) Would need an easy-to-use API to do things like get a current tick that can be meaningfully mapped to a real (relative) time. Basically... it should work similar to std::time::Instant. Of note, I have something like that built into the timer interface of my HAL, but something more general would be useful.