{"id":24648139,"url":"https://github.com/rustpython/embed-str","last_synced_at":"2025-06-19T19:10:36.216Z","repository":{"id":66312781,"uuid":"298739001","full_name":"RustPython/embed-str","owner":"RustPython","description":"Short string embedding for Box\u003cstr\u003e","archived":false,"fork":false,"pushed_at":"2020-10-03T07:47:36.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T18:42:34.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RustPython.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}},"created_at":"2020-09-26T04:46:22.000Z","updated_at":"2021-07-03T19:27:09.000Z","dependencies_parsed_at":"2023-07-11T07:33:10.483Z","dependency_job_id":null,"html_url":"https://github.com/RustPython/embed-str","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.5,"last_synced_commit":"3aa2ddff95d5dd64f060086edbac8b401715371c"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/RustPython/embed-str","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustPython%2Fembed-str","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustPython%2Fembed-str/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustPython%2Fembed-str/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustPython%2Fembed-str/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RustPython","download_url":"https://codeload.github.com/RustPython/embed-str/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustPython%2Fembed-str/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260814276,"owners_count":23066949,"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-01-25T16:12:25.173Z","updated_at":"2025-06-19T19:10:31.206Z","avatar_url":"https://github.com/RustPython.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# embed-str: short string embedding for `Box\u003cstr\u003e`\n\n\n```rust\nuse embed_str::EmbeddingStr;\n\nfn main() {\n    let embedded = EmbeddingStr::from(\"short\");\n    let _s = embedded.as_str();  // \u0026str\n\n    let boxed = EmbeddingStr::from(\"long string is longer than limit\");\n    let _s = embedded.as_str();  // \u0026str\n}\n```\n\n\n- Documentation: [https://docs.rs/embed-str/](https://docs.rs/embed-str/)\n- Crates: [https://crates.io/crates/embed-str](https://crates.io/crates/embed-str)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustpython%2Fembed-str","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustpython%2Fembed-str","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustpython%2Fembed-str/lists"}