{"id":28396312,"url":"https://github.com/ssbc/ssb-uri-rs","last_synced_at":"2025-12-12T13:22:10.921Z","repository":{"id":45448697,"uuid":"409231779","full_name":"ssbc/ssb-uri-rs","owner":"ssbc","description":"Utilities for recognising and converting Secure Scuttlebutt (SSB) URIs","archived":false,"fork":false,"pushed_at":"2022-07-21T07:07:20.000Z","size":43,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-09T15:37:56.751Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ssbc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSES/CC0-1.0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-22T14:13:54.000Z","updated_at":"2025-02-12T04:18:54.000Z","dependencies_parsed_at":"2022-07-14T00:30:33.782Z","dependency_job_id":null,"html_url":"https://github.com/ssbc/ssb-uri-rs","commit_stats":null,"previous_names":["ssb-ngi-pointer/ssb-uri-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ssbc/ssb-uri-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssbc%2Fssb-uri-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssbc%2Fssb-uri-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssbc%2Fssb-uri-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssbc%2Fssb-uri-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ssbc","download_url":"https://codeload.github.com/ssbc/ssb-uri-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssbc%2Fssb-uri-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260951294,"owners_count":23087661,"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":"2025-05-31T21:37:54.970Z","updated_at":"2025-12-12T13:22:10.858Z","avatar_url":"https://github.com/ssbc.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2021 Andrew 'glyph' Reid\n\nSPDX-License-Identifier: CC0-1.0\n--\u003e\n\n# ssb-uri-rs\n\nUtilities for recognising and converting Secure Scuttlebutt (SSB) URIs according to the [SSB URI Specification](https://github.com/ssb-ngi-pointer/ssb-uri-spec).\n\n[![ssb-uri-rs crate](https://img.shields.io/crates/v/ssb-uri-rs)](https://crates.io/crates/ssb-uri-rs)\n\n## Example\n\n```rust\nuse ssb_uri_rs;\n\nlet example_uri = \"ssb:message/sha256/g3hPVPDEO1Aj_uPl0-J2NlhFB2bbFLIHlty-YuqFZ3w=\";\n\nassert!(ssb_uri_rs::is_classic_msg_uri(example_uri)?);\n\nlet example_sigil = ssb_uri_rs::msg_uri_to_sigil(example_uri)?;\n\nassert_eq!(example_sigil, \"%g3hPVPDEO1Aj/uPl0+J2NlhFB2bbFLIHlty+YuqFZ3w=.sha256\");\n```\n\n## Documentation\n\nUse `cargo doc` to generate and serve the Rust documentation for this library:\n\n```bash\ngit clone git@github.com:ssb-ngi-pointer/ssb-uri-rs.git\ncd ssb-uri-rs\ncargo doc --no-deps --open \n```\n\n## License\n\nLGPL-3.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssbc%2Fssb-uri-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fssbc%2Fssb-uri-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssbc%2Fssb-uri-rs/lists"}