getsentry / rust-sourcemap

A library for rust that implements basic sourcemap handling
Other
224 stars 27 forks source link

feat: Switch base64 create for data-encoding #59

Closed mitsuhiko closed 1 year ago

mitsuhiko commented 1 year ago

This switches out the base64 create for data-encoding which is nicer to use.

Refs https://github.com/marshallpierce/rust-base64/issues/213 and https://github.com/marshallpierce/rust-base64/issues/205