Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
â—‹DOI references
-
â—‹Academic publication links
-
â—‹Committers with academic emails
-
â—‹Institutional organization owner
-
â—‹JOSS paper metadata
-
â—‹Scientific vocabulary similarity
Low similarity (6.6%) to scientific vocabulary
Keywords
base64
cli
command-line
decoder
decoding
encoder
encoder-decoder
encoding
rust
terminal-based
Last synced: 4 months ago
·
JSON representation
·
Repository
📇 Encoder and Decoder for Base64
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
base64
cli
command-line
decoder
decoding
encoder
encoder-decoder
encoding
rust
terminal-based
Created almost 4 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
Citation
README.md

rsb64
Base64 encoder and decoder written in Rust.

Build
cargo build --bin rsb64 --release
Output binary file is available under ./target/release/rsb64
Run
In order to encode or decode, rsb64 reads content from a file.
Encode
./rsb64 file_name
Decode
./rsb64 -decode file_name
License
GPL2 for non-commercial use.
For license allowing usage in commercial projects, please contact me via email.
Author
Made in Poland in 2022 by Jedrzej Pawel Maczan
Owner
- Name: Jędrzej Maczan
- Login: jmaczan
- Kind: user
- Website: https://maczan.pl
- Twitter: jedmaczan
- Repositories: 30
- Profile: https://github.com/jmaczan
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Maczan" given-names: "Jędrzej Paweł" orcid: "https://orcid.org/0000-0003-1741-6064" title: "rsb64" date-released: 2022-02-15 url: "https://github.com/jmaczan/rsb64"
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0