{"id":19916684,"url":"https://github.com/encounter/lzokay-rs","last_synced_at":"2025-07-10T19:33:19.454Z","repository":{"id":39858775,"uuid":"399972498","full_name":"encounter/lzokay-rs","owner":"encounter","description":"Rust wrapper for LZ👌, a minimal, MIT-licensed implementation of the LZO compression format.","archived":false,"fork":false,"pushed_at":"2021-09-03T03:30:08.000Z","size":24,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T03:26:39.138Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/encounter.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}},"created_at":"2021-08-25T22:28:48.000Z","updated_at":"2021-12-07T12:55:28.000Z","dependencies_parsed_at":"2022-09-15T00:23:11.648Z","dependency_job_id":null,"html_url":"https://github.com/encounter/lzokay-rs","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/encounter/lzokay-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Flzokay-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Flzokay-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Flzokay-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Flzokay-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/encounter","download_url":"https://codeload.github.com/encounter/lzokay-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encounter%2Flzokay-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263814124,"owners_count":23515361,"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-12T21:47:14.392Z","updated_at":"2025-07-10T19:33:19.434Z","avatar_url":"https://github.com/encounter.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LZ👌-rs [![Build Status]][actions] [![Latest Version]][crates.io] [![Api Rustdoc]][rustdoc] ![Rust Version]\n\n[Build Status]: https://github.com/encounter/lzokay-rs/workflows/build/badge.svg\n[actions]: https://github.com/encounter/lzokay-rs/actions\n[Latest Version]: https://img.shields.io/crates/v/lzokay.svg\n[crates.io]: https://crates.io/crates/lzokay\n[Api Rustdoc]: https://img.shields.io/badge/api-rustdoc-blue.svg\n[rustdoc]: https://docs.rs/lzokay\n[Rust Version]: https://img.shields.io/badge/rust-1.46+-blue.svg?maxAge=3600\n\nRust wrapper for [LZ👌](https://github.com/jackoalan/lzokay), a minimal, MIT-licensed implementation of the\n[LZO compression format](http://www.oberhumer.com/opensource/lzo/).\n\nSee the original [README](https://github.com/jackoalan/lzokay/blob/master/README.md) for more information.\n\n### Features\n\n- MIT-licensed\n- Simple compression and decompression routines\n- `#![no_std]` compatible\n\n### Usage\n\nSee the [compress](https://docs.rs/lzokay/latest/lzokay/compress) \nor [decompress](https://docs.rs/lzokay/latest/lzokay/decompress) \ndocumentation for reference.\n\nIn `Cargo.toml`:\n\n```toml\n[dependencies]\nlzokay = \"1.0.1\"\n```\n\nOr, to only enable certain features:\n\n```toml\n[dependencies.lzokay]\nversion = \"1.0.1\"\ndefault-features = false\nfeatures = [\"decompress\", \"compress\"]\n```\n\n- `decompress`: Enables decompression functions.\n- `compress`: Enables compression functions.\n- `alloc`: Enables optional compression functions that perform heap allocation.  \n   Without `std`, this uses `extern crate alloc`.\n- `std`: Enables use of `std`. Implies `alloc`.\n\nAll features are enabled by default.\n\n### License\n\nLZ👌 and LZ👌-rs are available under the MIT License and have no external dependencies.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fencounter%2Flzokay-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fencounter%2Flzokay-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fencounter%2Flzokay-rs/lists"}