Closed adamgreig closed 2 years ago
The changelog got conflicts after the merge of your other PR, could you rebase on master?
What about picoseconds?
I can see some use-cases mid-term (TDCs, printing accurate time measurements).
But also the stuff in helpers.rs
would need a u64/u128 version.
@jordens Could you open a separate issue or a PoC PR?
Since fugit already supports rendering nanosecond timebases, perhaps we could include nanoseconds alongside microseconds etc. Nanoseconds are used for PTP times so it would make working with them more convenient.
By the way, I added
.gitattributes
to make merge conflicts on CHANGELOG less likely;union
means it will try and combine lines from both commits if possible which should do the right thing on a changelog. Happy to take this out if you want, of course!