{"id":13741182,"url":"https://github.com/ziglibs/uuencode","last_synced_at":"2026-04-16T17:03:20.461Z","repository":{"id":104373903,"uuid":"481594273","full_name":"ziglibs/uuencode","owner":"ziglibs","description":"Unix-To-Unix-Encoding for Zig","archived":false,"fork":false,"pushed_at":"2022-04-22T10:42:06.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T03:22:16.045Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Zig","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/ziglibs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"MasterQ32"}},"created_at":"2022-04-14T12:22:34.000Z","updated_at":"2024-12-27T23:51:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9628f5d-6ae8-4fde-a213-8405b9ade6bb","html_url":"https://github.com/ziglibs/uuencode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziglibs%2Fuuencode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziglibs%2Fuuencode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziglibs%2Fuuencode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziglibs%2Fuuencode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziglibs","download_url":"https://codeload.github.com/ziglibs/uuencode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241119167,"owners_count":19912856,"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-08-03T04:00:56.419Z","updated_at":"2026-04-16T17:03:20.416Z","avatar_url":"https://github.com/ziglibs.png","language":"Zig","funding_links":["https://github.com/sponsors/MasterQ32"],"categories":["Libraries"],"sub_categories":[],"readme":"# uuencode\n\nA [uuencode](https://en.wikipedia.org/wiki/Uuencoding) implementation for Zig.\n\nThis is both a package as well as a command line utility.\n\n## API\n\nInclude `src/uuencode.zig` as a package.\n\n```zig\n// encoders:\npub fn encodeFile(writer: anytype, file_name: []const u8, mode: ?std.fs.File.Mode, data: []const u8) !void;\npub fn encodeLine(writer: anytype, data: []const u8) !void;\n\n// decoders:\npub fn decodeLine(reader: anytype, buffer: *[45]u8) ![]u8;\npub fn decodeFile(reader: anytype) !Decoder; // not implemented yet\n\n// primitive functions:\npub fn encodeBlock(block: [3]u8) [4]u8;\npub fn decodeBlock(encoded: [4]u8) error{IllegalCharacter}![3]u8;\n```\n\n## Tasks\n\n- [ ] Create command line tooling\n- [ ] Implement decodeFile\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziglibs%2Fuuencode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziglibs%2Fuuencode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziglibs%2Fuuencode/lists"}