{"id":18483804,"url":"https://github.com/mindbeam/inverted-index-util","last_synced_at":"2025-05-13T20:37:10.511Z","repository":{"id":62441025,"uuid":"246961511","full_name":"mindbeam/inverted-index-util","owner":"mindbeam","description":"Utilities for implementing inverted indexes","archived":false,"fork":false,"pushed_at":"2020-03-16T22:56:47.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-13T20:36:57.326Z","etag":null,"topics":[],"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/mindbeam.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-03-13T01:10:27.000Z","updated_at":"2025-04-16T04:07:05.000Z","dependencies_parsed_at":"2022-11-01T22:15:21.953Z","dependency_job_id":null,"html_url":"https://github.com/mindbeam/inverted-index-util","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/mindbeam%2Finverted-index-util","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindbeam%2Finverted-index-util/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindbeam%2Finverted-index-util/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindbeam%2Finverted-index-util/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mindbeam","download_url":"https://codeload.github.com/mindbeam/inverted-index-util/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254021830,"owners_count":22001004,"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-06T12:37:23.913Z","updated_at":"2025-05-13T20:37:10.488Z","avatar_url":"https://github.com/mindbeam.png","language":"Rust","readme":"[![Build Status](https://travis-ci.org/mindbeam/inverted-index-util.svg?branch=master)](https://travis-ci.org/mindbeam/inverted-index-util)\n\n# inverted-index-util\nThis crate provides utilities for implementing inverted indexes\n\n## Usage\n```rust\n    use inverted_index_util::entity_list::insert_entity_mut;\n    use typenum::consts::U16;\n    let mut entity_list: Vec\u003cu8\u003e = Vec::new();\n\n    insert_entity_mut::\u003cU16\u003e(\u0026mut entity_list, b\"aaaaaaaaaaaaaaaa\");\n    insert_entity_mut::\u003cU16\u003e(\u0026mut entity_list, b\"cccccccccccccccc\");\n    insert_entity_mut::\u003cU16\u003e(\u0026mut entity_list, b\"aaaaaaaaaaaaaaaa\");\n    insert_entity_mut::\u003cU16\u003e(\u0026mut entity_list, b\"bbbbbbbbbbbbbbbb\");\n\n    assert_eq!(\n        \u0026entity_list[..],\n        \u0026b\"aaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbcccccccccccccccc\"[..]\n    );\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindbeam%2Finverted-index-util","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmindbeam%2Finverted-index-util","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindbeam%2Finverted-index-util/lists"}