marshallpierce / rust-base64

base64, in rust
Apache License 2.0
606 stars 113 forks source link

Switch to non-overflowing decoded length formula #217

Closed marshallpierce closed 1 year ago

marshallpierce commented 1 year ago

No change to benchmarks.

Motivated by the alternate approach in https://github.com/marshallpierce/rust-base64/pull/216/.