librespot/core
Adam Nielsen 036f1f7cec
Make sequences wrap around to avoid overflows
Instead of aborting with an `attempt to add with overflow` error, wrap the sequence around so that it goes back to 0 once it has reached the maximum value for the integer type.  Fixes #437.
2020-02-23 11:27:38 +10:00
..
src Make sequences wrap around to avoid overflows 2020-02-23 11:27:38 +10:00
build.rs Bump up vergen (and switch to rustc-env flags) 2019-07-24 11:14:20 +02:00
Cargo.toml Update version numbers to 0.1.1 2020-01-30 02:39:41 +01:00