base64-serde
base64-serde copied to clipboard
Integration between rust-base64 and serde
Should the README description of the project's purpose be updated? It currently states its existence as a stopgap solution for a pending change in another project's issue, but the issue...
Sorry for another "this probably isn't the right place for it but this is the only place for it right now" type of ticket. So if you have a field:...
If base64 decode fails this produces an error message like: ``` Error reading config [config.json]: Invalid byte 43, offset 68. at line 2 column 1608 ``` which is unclear on...
As per the commented out code in https://github.com/serde-rs/json/issues/360#issuecomment-330095360, we could use `serializer.collect_str` with the `Display` wrapper. However, that wrapper can only work with suitable configs (line wrap with length that...