{"id":22496865,"url":"https://github.com/t-88/base64-rust","last_synced_at":"2025-03-27T21:24:50.820Z","repository":{"id":201049194,"uuid":"706377962","full_name":"t-88/base64-rust","owner":"t-88","description":"implementing base64 encoding and decoding algorithm","archived":false,"fork":false,"pushed_at":"2023-10-18T18:07:12.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T23:44:54.157Z","etag":null,"topics":["base64","base64-decoding","base64-encoding","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/t-88.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-17T20:36:57.000Z","updated_at":"2023-10-18T18:04:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"23bad99c-8eca-4b89-a515-0a9ab10ebc4f","html_url":"https://github.com/t-88/base64-rust","commit_stats":null,"previous_names":["t-88/base64-rust"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-88%2Fbase64-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-88%2Fbase64-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-88%2Fbase64-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t-88%2Fbase64-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t-88","download_url":"https://codeload.github.com/t-88/base64-rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245925604,"owners_count":20694929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["base64","base64-decoding","base64-encoding","rust"],"created_at":"2024-12-06T20:14:37.662Z","updated_at":"2025-03-27T21:24:50.786Z","avatar_url":"https://github.com/t-88.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Base64 in Rust \nmy implementation of base64 in rust.   \n\n\n\n# How to use\n```rust\nmod base64;\n\nfn main() {\n\n    let mut input_str: String = String::new();\n    std::io::stdin().read_line(\u0026mut input_str).unwrap();\n    input_str.pop();\n\n    let encoded = base64::encode_base64(input_str);\n    let decoded = base64::decode_base64(encoded.clone());\n    print!(\"{encoded} {decoded}\\n\",);\n}\n```\n\n\n# Sources\n[Implementing Base64 from scratch in Rust](https://dev.to/tiemen/implementing-base64-from-scratch-in-rust-kb1)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft-88%2Fbase64-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft-88%2Fbase64-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft-88%2Fbase64-rust/lists"}