{"id":33934498,"url":"https://github.com/larsw/accumulo-access-rs","last_synced_at":"2025-12-30T05:42:18.251Z","repository":{"id":215348643,"uuid":"733541619","full_name":"larsw/accumulo-access-rs","owner":"larsw","description":"Parser and evaluator for Accumulo Access Expressions for Rust and WASM","archived":false,"fork":false,"pushed_at":"2025-07-29T10:50:13.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-08T04:13:34.183Z","etag":null,"topics":["access-control","accumulo","authorization"],"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/larsw.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-12-19T15:01:42.000Z","updated_at":"2025-07-29T10:50:09.000Z","dependencies_parsed_at":"2024-06-23T19:44:01.311Z","dependency_job_id":"0f5a43b9-ca7e-4417-9795-20a05c263bae","html_url":"https://github.com/larsw/accumulo-access-rs","commit_stats":null,"previous_names":["larsw/accumulo-access-rs"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/larsw/accumulo-access-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larsw%2Faccumulo-access-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larsw%2Faccumulo-access-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larsw%2Faccumulo-access-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larsw%2Faccumulo-access-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/larsw","download_url":"https://codeload.github.com/larsw/accumulo-access-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larsw%2Faccumulo-access-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27684046,"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","status":"online","status_checked_at":"2025-12-12T02:00:06.775Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["access-control","accumulo","authorization"],"created_at":"2025-12-12T13:44:49.760Z","updated_at":"2025-12-12T13:44:50.382Z","avatar_url":"https://github.com/larsw.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Accumulo Access for Rust\n\n## Introduction\n\nThis crate provides a Rust API for parsing and evaluating Accumulo Access Expressions, based on the [AccessExpression specification](https://github.com/apache/accumulo-access/blob/main/SPECIFICATION.md).\n\n## Usage\n\nAdd the following to your `Cargo.toml`:\n\n```toml\n[dependencies]\naccumulo-access = \"0.1\"\n```\n\n## Example\n\n```rust\nuse accumulo_access::check_authorization;\n\nfn main() {\n    let expr = \"A\u0026B\u0026(C|D)\";\n    let auths = vec![\"A\", \"B\", \"C\"];\n    let result = check_authorization(expr, auths);\n    assert!(result.is_ok());\n}\n```\n\n## Limitations\n\n* It doesn't have functionality for normalizing expressions (ref. the Java-based accumulo-access project).\n\n## Known usages\n\n* [Accumulo Access extension for PostgreSQL](https://github.com/larsw/accumulo-access-pg)\n\n## Maintainers\n\n* Lars Wilhelmsen (https://github.com/larsw/)\n\n## License\n\nLicensed under both the Apache License, Version 2.0 ([LICENSE_APACHE](accumulo-access/LICENSE_APACHE) or http://www.apache.org/licenses/LICENSE-2.0) and the MIT License [LICENSE_MIT](accumulo-access/LICENSE_MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarsw%2Faccumulo-access-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flarsw%2Faccumulo-access-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarsw%2Faccumulo-access-rs/lists"}