We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.