{"id":20601155,"url":"https://github.com/dagenix/libzbase32","last_synced_at":"2025-04-15T01:35:52.808Z","repository":{"id":43882795,"uuid":"424088305","full_name":"DaGenix/libzbase32","owner":"DaGenix","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-14T15:12:54.000Z","size":75,"stargazers_count":2,"open_issues_count":6,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T13:37:12.892Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DaGenix.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-03T04:11:33.000Z","updated_at":"2022-08-19T10:32:41.000Z","dependencies_parsed_at":"2022-08-29T23:00:11.617Z","dependency_job_id":null,"html_url":"https://github.com/DaGenix/libzbase32","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaGenix%2Flibzbase32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaGenix%2Flibzbase32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaGenix%2Flibzbase32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaGenix%2Flibzbase32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DaGenix","download_url":"https://codeload.github.com/DaGenix/libzbase32/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248989897,"owners_count":21194662,"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":[],"created_at":"2024-11-16T09:08:51.146Z","updated_at":"2025-04-15T01:35:52.776Z","avatar_url":"https://github.com/DaGenix.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libzbase32\n\nlibzbase32 is a `no_std` compatible crate that supports encoding and\ndecoding data in the z-base-32 format, as specified\n[here](https://philzimmermann.com/docs/human-oriented-base-32-encoding.txt).\n\nZ-base-32 is intended to be easier for a human to work with than regular\nBase32 specified by [RFC 4658](https://datatracker.ietf.org/doc/html/rfc4648).\n\nSome of the key differences:\n\n* Z-base-32 a different alphabet (\"ybndrfg8ejkmcpqxot1uwisza345h769\") which\n  consists of all lower-case letters (this library will accept lower-case\n  or uppercase letters when decoding). The alphabet was chosen to make\n  easier to use character appear more frequently in the output.\n\n* Z-base-32 that the parties encoding and decoding z-base-32 values have\n  some mechanism to agree on the length of the data. z-base-32 never\n  includes padding characters (eg: \"=\") in order to keep the representation\n  more compact.\n\n* With Z-base-32, data lengths are specified in bits. This allows for more compact\n  encodings. For example, in z-base-32, a 5 bit value can be encoded\n  into a single character; while base32 would produce an\n  8 character encoded value (of which 6 characters are padding bytes).\n\n## Documentation\n\nModules documentation is available [here](https://docs.rs/libzbase32).\n\n## License\n\nThis project is licensed under either of\n\n* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or\n  \u003chttps://www.apache.org/licenses/LICENSE-2.0\u003e)\n* MIT license ([LICENSE-MIT](LICENSE-MIT) or\n  \u003chttps://opensource.org/licenses/MIT\u003e)\n\nat your option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdagenix%2Flibzbase32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdagenix%2Flibzbase32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdagenix%2Flibzbase32/lists"}