issues
search
marshallpierce
/
rust-base64
base64, in rust
Apache License 2.0
615
stars
115
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add a lot of changes that Clippy suggested when enabling some lints
#274
nandolawson
closed
5 days ago
2
Documentation example for constant-space validity checking
#273
alexpovel
closed
3 months ago
1
Standard encode is too time consuming task
#272
nricciardi
closed
4 months ago
2
Correct BinHex 4.0 alphabet according to specifications
#271
jobansd
closed
6 months ago
2
Appease clippy
#270
marshallpierce
closed
7 months ago
0
Precise decode output slice length checking
#269
marshallpierce
closed
8 months ago
1
Bump dev toolchain version
#268
marshallpierce
closed
8 months ago
0
docs: fix trailing ``` in mod.rs example
#267
bdura
closed
7 months ago
4
SIMD support?
#266
JosiahParry
opened
10 months ago
2
Question: best way to access inner field values
#265
JosiahParry
closed
10 months ago
5
provide as_string() method to return the alphabet characters
#264
JosiahParry
closed
10 months ago
3
Doc updates per #261
#263
marshallpierce
closed
10 months ago
0
examples: replace structopt with clap
#262
tamird
closed
10 months ago
1
Update documentation for v0.21 deprecations
#261
silverlyra
closed
10 months ago
1
Minor doc improvements
#260
marshallpierce
closed
12 months ago
0
Fixes for #258
#259
marshallpierce
closed
12 months ago
0
Update example to use clap 4, replace lazy_static with once_cell, update other dependencies
#258
serprex
closed
12 months ago
2
Add encode_vec()
#257
Timmmm
closed
1 year ago
4
Fix missing verb in the crate documentation
#256
nicholasbishop
closed
12 months ago
1
Add Debug and Clone to general purpose Engine
#255
marshallpierce
closed
1 year ago
1
CI for all targets w/o default features
#254
marshallpierce
closed
1 year ago
0
Simplify `cfg`s and allow testing without default features.
#253
kpreid
closed
1 year ago
1
Make encoded_len const
#252
marshallpierce
closed
1 year ago
0
Make `encoded_len` const
#251
edgarogh
closed
1 year ago
3
Add a test to EncoderStringWriter
#250
marshallpierce
closed
1 year ago
0
Misc cleanups
#249
marshallpierce
closed
1 year ago
0
Improve docs for using custom alphabets
#248
marshallpierce
closed
1 year ago
0
Calling `EncoderStringWriter::write` successively does not equal `EncoderStringWriter::write_all`
#247
nascent-harry
closed
1 year ago
2
Roll back the MSRV to Rust 1.48
#246
tcharding
closed
1 year ago
4
Make `Alphabet::from_str_unchecked` `pub const unsafe`
#245
Colerar
closed
1 year ago
5
Add `--generate-link-to-definition` option when building on docs.rs
#244
GuillaumeGomez
closed
1 year ago
1
Implement `source` instead of `cause` on std::error::Error types
#243
bartelsielski
closed
1 year ago
1
GeneralPurpose engine should implement Clone and Debug
#242
xfbs
closed
1 year ago
6
Optimize generic functions
#241
EFanZh
closed
1 year ago
5
how to encode image bytes to string?
#240
xdewx
closed
1 year ago
1
Roll back MSRV to 1.57.0
#239
marshallpierce
closed
1 year ago
0
Fix DecoderReader handling of padding
#238
marshallpierce
closed
1 year ago
5
`DecoderReader` does not respect `with_decode_allow_trailing_bits`
#236
chanced
closed
1 year ago
4
How to generate the base64 format like openssl command
#235
RickSKy
closed
1 year ago
3
make Alphabet::from_str_unchecked public
#234
Phil-hacker
closed
1 year ago
1
Replacement for base64::decode()?
#233
AndreKR
closed
1 year ago
12
make Alphabet::from_str_unchecked public
#232
lovasoa
closed
1 year ago
3
Replace internal buffer in decoder with `BufRead`
#231
Kixunil
opened
1 year ago
1
`DecoderReader` probably should accept `BufRead` instead of `Read`
#230
Kixunil
opened
1 year ago
1
How come I can't decode this string?
#229
baby195lxl
closed
1 year ago
1
Design choices
#228
ta3pks
closed
1 year ago
5
decode: use exact decoded length rather than estimation
#227
mina86
opened
1 year ago
3
DecoderReader accepts incorrect input
#226
mina86
closed
1 year ago
2
Using this crate easier
#225
ssrlive
closed
1 year ago
2
Simplify chunk_encoder, take 2
#224
marshallpierce
closed
1 year ago
2
Next