{"id":13636858,"url":"https://github.com/becheran/grid","last_synced_at":"2025-05-15T11:08:58.395Z","repository":{"id":45444701,"uuid":"251753782","full_name":"becheran/grid","owner":"becheran","description":"Two dimensional grid data structure","archived":false,"fork":false,"pushed_at":"2025-02-04T21:52:54.000Z","size":91,"stargazers_count":83,"open_issues_count":5,"forks_count":28,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T19:59:01.918Z","etag":null,"topics":["2d","2d-array","2d-data","2d-vector","data-structure","grid","rust","rust-lang"],"latest_commit_sha":null,"homepage":"","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/becheran.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":"2020-03-31T22:05:46.000Z","updated_at":"2025-03-30T20:59:22.000Z","dependencies_parsed_at":"2024-02-28T10:27:49.671Z","dependency_job_id":"78adfb80-4468-4687-aad1-90fe18a85d8a","html_url":"https://github.com/becheran/grid","commit_stats":{"total_commits":141,"total_committers":26,"mean_commits":5.423076923076923,"dds":0.6737588652482269,"last_synced_commit":"678023956e49436d07fea27ed988925923e129af"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/becheran%2Fgrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/becheran%2Fgrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/becheran%2Fgrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/becheran%2Fgrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/becheran","download_url":"https://codeload.github.com/becheran/grid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254328386,"owners_count":22052632,"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":["2d","2d-array","2d-data","2d-vector","data-structure","grid","rust","rust-lang"],"created_at":"2024-08-02T00:01:06.513Z","updated_at":"2025-05-15T11:08:58.369Z","avatar_url":"https://github.com/becheran.png","language":"Rust","readme":"# Grid\n\n[![docs](https://docs.rs/grid/badge.svg)](https://docs.rs/grid)\n[![crates.io](https://badgen.net/crates/d/grid)](https://crates.io/crates/grid)\n[![build status](https://github.com/becheran/grid/actions/workflows/rust.yml/badge.svg)](https://github.com/becheran/grid/actions)\n[![license](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nData structure grid for rust. Provide a two dimensional data structure for rust that is easy to use and fast.\nMost of the functionality provided by the [std::vec::Vec](https://doc.rust-lang.org/std/vec/struct.Vec.html) type for one dimensional vectors\nis implemented for two dimensions in this crate.\n\nTo use *grid* with *no_std* import the library such as:\n\n``` toml\ngrid = { version = \"*\", default-features = false }\n```\n\n- [documentation](https://docs.rs/grid/)\n- [library on crates.io](https://crates.io/crates/grid)\n","funding_links":[],"categories":["Libraries","库 Libraries"],"sub_categories":["Data structures","数据结构 Data structures"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbecheran%2Fgrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbecheran%2Fgrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbecheran%2Fgrid/lists"}