time
time copied to clipboard
Add what features should be enabled in docs
trafficstars
Was annoyed when Rust compiler couldn't find OffsetDateTime::parse method, when it turns out it's only available when feature parsing enabled.
Typically, in documentation there is note like "available only with parsing feature", or something like that.
I suppose there are other places where there is no such note