Package: b64 0.1.7

Josiah Parry

b64: Fast and Vectorized Base 64 Engine

Provides a fast, lightweight, and vectorized base 64 engine to encode and decode character and raw vectors as well as files stored on disk. Common base 64 alphabets are supported out of the box including the standard, URL-safe, bcrypt, crypt, 'BinHex', and IMAP-modified UTF-7 alphabets. Custom engines can be created to support unique base 64 encoding and decoding needs.

Authors:Josiah Parry [aut, cre], Etienne Bacher [ctb]

b64_0.1.7.tar.gz
b64_0.1.7.zip(r-4.7)b64_0.1.7.zip(r-4.6)b64_0.1.7.zip(r-4.5)
b64_0.1.7.tgz(r-4.6-x86_64)b64_0.1.7.tgz(r-4.6-arm64)b64_0.1.7.tgz(r-4.5-x86_64)b64_0.1.7.tgz(r-4.5-arm64)
b64_0.1.7.tar.gz(r-4.7-arm64)b64_0.1.7.tar.gz(r-4.7-x86_64)b64_0.1.7.tar.gz(r-4.6-arm64)b64_0.1.7.tar.gz(r-4.6-x86_64)
b64_0.1.7.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
b64/json (API)

# Install 'b64' in R:
install.packages('b64', repos = c('https://extendr.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/extendr/b64/issues

Pkgdown/docs site:https://extendr.github.io

On CRAN:

Conda:

rustcargo

5.30 score 22 stars 1 packages 3 scripts 307 downloads 12 exports 0 dependencies

Last updated from:f208e8eae6. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK154
linux-devel-x86_64OK136
source / vignettesOK169
linux-release-arm64OK150
linux-release-x86_64OK141
macos-release-arm64OK101
macos-release-x86_64OK252
macos-oldrel-arm64OK115
macos-oldrel-x86_64OK222
windows-develOK116
windows-releaseOK106
windows-oldrelOK118
wasm-releaseOK125

Exports:alphabetb64_chunkb64_wrapdecodedecode_as_stringdecode_fileencodeencode_fileenginenew_alphabetnew_confignew_engine

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Standard base64 alphabetsalphabet new_alphabet
Utility Functionsb64_chunk b64_wrap
Encode and decode using base64decode decode_as_string decode_file encode encode_file
Create an encoding engineengine new_engine
Create a custom encoding enginenew_config