{"id":21766000,"url":"https://github.com/narazaka/shiorust","last_synced_at":"2025-06-27T11:31:56.963Z","repository":{"id":70967846,"uuid":"81890262","full_name":"Narazaka/shiorust","owner":"Narazaka","description":"SHIORI Protocol Parser / Builder","archived":false,"fork":false,"pushed_at":"2023-06-22T23:10:34.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-19T22:53:01.523Z","etag":null,"topics":["shiori","ukagaka"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Narazaka.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":"2017-02-14T01:25:30.000Z","updated_at":"2023-04-16T05:29:52.000Z","dependencies_parsed_at":"2024-10-30T22:35:16.960Z","dependency_job_id":null,"html_url":"https://github.com/Narazaka/shiorust","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/Narazaka%2Fshiorust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2Fshiorust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2Fshiorust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Narazaka%2Fshiorust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Narazaka","download_url":"https://codeload.github.com/Narazaka/shiorust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244741559,"owners_count":20502305,"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":["shiori","ukagaka"],"created_at":"2024-11-26T13:14:41.180Z","updated_at":"2025-03-21T05:23:05.518Z","avatar_url":"https://github.com/Narazaka.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shiorust\n\nSHIORI Protocol Parser\n\n## install\n\n```toml\n[dependencies]\nshiorust = \"0.1\"\n```\n\n## usage\n\n```rust\nuse shiorust::message::{self, parts::standard_header_name::*, traits::*, Parser};\n\nfn foo() {\n    let r = message::Request::parse(\"GET SHIORI/3.0\\r\\nReference0: aaa\\r\\n\\r\\n\").unwrap();\n    assert_eq!(r.headers.get_reference(0).unwrap().as_str(), \"aaa\");\n    assert_eq!(r.headers.get(\"Reference0\").unwrap().as_str(), \"aaa\");\n    assert_eq!(r.headers.get(\u0026Sender), r.headers.get_sender());\n}\n```\n\n## License\n\n[Zlib license](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarazaka%2Fshiorust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnarazaka%2Fshiorust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnarazaka%2Fshiorust/lists"}