We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
e4a3bbb
This minor release adds the #[track_caller] attribute to the setter functions, making it easier to figure out where a value overflows (#20).
#[track_caller]
Thanks to @rj00a for implementing this feature.