{"id":16373135,"url":"https://github.com/bbqsrc/pathtrie","last_synced_at":"2025-04-15T16:34:19.186Z","repository":{"id":57653562,"uuid":"282845740","full_name":"bbqsrc/pathtrie","owner":"bbqsrc","description":"A specialised trie for paths in the style of a Patricia or radix trie, with optional optimised FST output","archived":false,"fork":false,"pushed_at":"2021-05-29T11:03:43.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-29T00:11:53.786Z","etag":null,"topics":["fst","patricia","radix","rust","trie"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bbqsrc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-27T09:01:40.000Z","updated_at":"2022-03-16T11:33:07.000Z","dependencies_parsed_at":"2022-08-26T06:41:08.823Z","dependency_job_id":null,"html_url":"https://github.com/bbqsrc/pathtrie","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/bbqsrc%2Fpathtrie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbqsrc%2Fpathtrie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbqsrc%2Fpathtrie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbqsrc%2Fpathtrie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbqsrc","download_url":"https://codeload.github.com/bbqsrc/pathtrie/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249108893,"owners_count":21214083,"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":["fst","patricia","radix","rust","trie"],"created_at":"2024-10-11T03:13:27.065Z","updated_at":"2025-04-15T16:34:18.923Z","avatar_url":"https://github.com/bbqsrc.png","language":"Rust","readme":"# pathtrie\n\n[![Documentation](https://docs.rs/pathtrie/badge.svg)](https://docs.rs/pathtrie)\n\nA specialised trie for paths in the style of a Patricia or radix trie, with optional optimised FST output.\n\nThe intended usage of this data structure is for optimally storing and querying keys that have a large number of shared prefixes, such as file paths in a file system.\n\nThis crate is partly inspired by the [`fst` crate by Andrew Gallant](https://github.com/BurntSushi/fst). There are a few significant differences to that crate, however:\n\n- Simplicity of implementation was prioritised over speed\n- The trie structure is mutable and can be later written into an FST\n- Insertions do not need to be in lexicographical order\n\nIt is a goal of this project to stabilise the FST format once proven to be bug-free.\n\n## Usage\n\nAdd this to your `Cargo.toml`:\n\n```toml\n[dependencies]\npathtrie = \"0.1\"\n```\n\n## Where is this used?\n\n* [box](https://github.com/bbqsrc/box) - a modern replacement for the zip file format\n\n## License\n\nLicensed under either of\n\n* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbqsrc%2Fpathtrie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbqsrc%2Fpathtrie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbqsrc%2Fpathtrie/lists"}