Conversation

currently fighting with https://crates.io/crates/jiff which is probably trying to stop me from doing something silly

2
0
0

update: I have fallen into the pit of success.

knees are scraped but i'm otherwise okay

1
0
0

@soqb I was trying to measure how many days elapsed since a certain date (between that past date and now) and failing because that's not how Span works

1
0
0
@fasterthanlime @soqb Did you use `Span::get_days` instead of `Span::total`?
1
0
0
@fasterthanlime @soqb Heh knew it, I did the exact same error with another library (eos) and did a talk about it at RustWeek: https://erk.dev/2025/05/14/baddates
0
0
2