Commit Graph

16 Commits

Author SHA1 Message Date
23228d7090 Ensure that encoded output ends with a newline 2025-01-11 10:50:09 -05:00
903d516af8 Add newline after encoding 2025-01-11 00:14:24 -05:00
c5e302c9b0 Finish documentation and tests 2025-01-10 23:56:18 -05:00
Nathan Fisher
bd8cb8200b Overall code cleanup 2025-01-09 23:24:59 -05:00
Nathan Fisher
26f0e5ed4a Change from fmt::Write to io::Write for Encoder 2025-01-09 19:09:15 -05:00
Nathan Fisher
beabb1bb0f Merge branch 'odin' of git.hitchhiker-linux.org:jeang3nie/b64_rs into odin 2025-01-09 12:51:40 -05:00
Nathan Fisher
a5cac7522b Make alphabet use bytes instead of characters 2025-01-09 12:50:54 -05:00
d044800b1f Add ability to ignore whitespace characters during decoding 2025-01-08 15:10:39 -05:00
Nathan Fisher
313b877553 Clean up decoder and add documentation 2025-01-06 01:12:25 -05:00
841160d2d5 Ignore newlines when decoding 2025-01-05 12:17:42 -05:00
Nathan Fisher
0493911702 Add line wrapping to encoder 2025-01-04 19:04:56 -05:00
13fda08e1b Begin getting docs in order 2024-05-03 01:10:04 -04:00
d203aaf5d3 Fix encoding test failures caused by incorrect padding calculation 2024-05-03 00:41:21 -04:00
2236a572f7 Add decode function and tests
TODO: Fix test failure in encoding with incorrect padding calculation
2024-05-03 00:31:08 -04:00
Nathan Fisher
e12cc66fba Add b64 enocoding and test 2024-05-02 12:15:22 -04:00
683aa50d2a Initial commit 2024-05-01 16:08:33 -04:00