vb64
vb64 copied to clipboard
SIMD base64 codecs
Results
3
vb64 issues
Sort by
recently updated
recently updated
newest added
Fixes #2
Automatically infer the chunk size, one way less to a run-time panic. I don't know if this is worth an unstable feature.
```shell % rustc --version rustc 1.76.0-nightly (f967532a4 2023-12-08) % cargo build Compiling vb64 v0.1.2 error[E0405]: cannot find trait `Swizzle2` in this scope --> src/util.rs:78:27 | 78 | impl Swizzle2 for...