{"id":24468902,"url":"https://github.com/ivan-guerra/huffman","last_synced_at":"2025-03-14T13:23:49.464Z","repository":{"id":177999848,"uuid":"661202171","full_name":"ivan-guerra/huffman","owner":"ivan-guerra","description":"Huffman data compression","archived":false,"fork":false,"pushed_at":"2024-11-21T23:39:11.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T07:13:24.235Z","etag":null,"topics":["compression","data-structures","huffman-coding"],"latest_commit_sha":null,"homepage":"https://programmador.com/posts/2023/huffman-coding/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivan-guerra.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-02T05:33:23.000Z","updated_at":"2024-11-21T23:39:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb56c838-b9b4-4a14-93d8-bc79702a1bf1","html_url":"https://github.com/ivan-guerra/huffman","commit_stats":null,"previous_names":["ivan-guerra/huffman"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-guerra%2Fhuffman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-guerra%2Fhuffman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-guerra%2Fhuffman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-guerra%2Fhuffman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivan-guerra","download_url":"https://codeload.github.com/ivan-guerra/huffman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243581732,"owners_count":20314291,"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":["compression","data-structures","huffman-coding"],"created_at":"2025-01-21T07:13:29.212Z","updated_at":"2025-03-14T13:23:49.429Z","avatar_url":"https://github.com/ivan-guerra.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Huffman Coding\n\nThis project implements a command line utility that compresses and decompresses\nany kind of file (text, image, audio, etc.) using the [Huffman Coding][1]\ntechnique.\n\n### Program Usage\n\nThe `huffman` tool interprets two commands: `compress` and `decompress`.\n\nThe `compress` command takes two arguments where the first is the file to be\ncompressed and the second argument is the name of the output file:\n\n```bash\nhuffman compress foo.txt foo.huf\n```\n\nThe `decompress` command takes two arguments where the first argument is a file\npreviously compressed by the `huffman` utility and the second argument is the\nname of the decompressed file:\n\n```bash\nhuffman decompress foo.huf foo.txt\n```\n\nRun `huffman --help` for more information.\n\n[1]: https://en.wikipedia.org/wiki/Huffman_coding\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivan-guerra%2Fhuffman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivan-guerra%2Fhuffman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivan-guerra%2Fhuffman/lists"}