{"id":16377913,"url":"https://github.com/sofianedjerbi/linearify","last_synced_at":"2025-10-26T10:30:44.261Z","repository":{"id":174070047,"uuid":"651728034","full_name":"sofianedjerbi/Linearify","owner":"sofianedjerbi","description":"Fast region file format manipulation.","archived":false,"fork":false,"pushed_at":"2023-06-11T00:10:38.000Z","size":28,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T18:13:13.030Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sofianedjerbi.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}},"created_at":"2023-06-09T23:33:50.000Z","updated_at":"2024-07-08T04:41:32.000Z","dependencies_parsed_at":"2024-01-13T12:08:24.270Z","dependency_job_id":"40b69565-8fe7-4d17-8b9a-489c34a9d595","html_url":"https://github.com/sofianedjerbi/Linearify","commit_stats":null,"previous_names":["kugge/linearify","chaoxel/linearify","sofianedjerbi/linearify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianedjerbi%2FLinearify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianedjerbi%2FLinearify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianedjerbi%2FLinearify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofianedjerbi%2FLinearify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sofianedjerbi","download_url":"https://codeload.github.com/sofianedjerbi/Linearify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238310175,"owners_count":19450804,"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-10-11T03:44:13.527Z","updated_at":"2025-10-26T10:30:43.955Z","avatar_url":"https://github.com/sofianedjerbi.png","language":"Rust","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"logo.png\" width=\"400\" style=\"max-width: 100%; height: auto;\" alt=\"Logo\"\u003e\n\u003c/p\u003e\n\n# Quickstart\n\nHere is an example using [FastNBT](https://github.com/owengage/fastnbt) to print a whole chunk.\n\n```rust\nuse fastnbt::Value;\nuse linearify::{self, Region};\n\nfn main() {\n    let mut region = linearify::open_linear(\"./r.0.0.linear\").unwrap();\n    let buf = region.chunks[0].clone().unwrap().raw_chunk;\n    let val: Value = fastnbt::from_bytes(buf.as_slice()).unwrap();\n    println!(\"{:?}\", val);\n}\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofianedjerbi%2Flinearify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsofianedjerbi%2Flinearify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofianedjerbi%2Flinearify/lists"}