{"id":21586004,"url":"https://github.com/magiclen/trim-in-place","last_synced_at":"2025-10-05T15:51:22.388Z","repository":{"id":57670635,"uuid":"270572643","full_name":"magiclen/trim-in-place","owner":"magiclen","description":"In-place trimming strings.","archived":false,"fork":false,"pushed_at":"2024-05-03T23:17:04.000Z","size":20,"stargazers_count":6,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T17:55:17.453Z","etag":null,"topics":["rust","trim"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/magiclen.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":"2020-06-08T07:28:36.000Z","updated_at":"2025-01-30T16:33:04.000Z","dependencies_parsed_at":"2024-11-24T15:12:33.708Z","dependency_job_id":"932bf819-dff8-41a6-aa4a-242eb5f0f2e7","html_url":"https://github.com/magiclen/trim-in-place","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"70cade556a97030256f7234cea22ff716e941ccb"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Ftrim-in-place","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Ftrim-in-place/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Ftrim-in-place/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Ftrim-in-place/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magiclen","download_url":"https://codeload.github.com/magiclen/trim-in-place/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247773743,"owners_count":20993633,"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":["rust","trim"],"created_at":"2024-11-24T15:12:22.182Z","updated_at":"2025-10-05T15:51:22.305Z","avatar_url":"https://github.com/magiclen.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Trim in-place\n====================\n\n[![CI](https://github.com/magiclen/trim-in-place/actions/workflows/ci.yml/badge.svg)](https://github.com/magiclen/trim-in-place/actions/workflows/ci.yml)\n\nThis crate is used for extending `String` in order to do in-place trimming.\n\n## Usage\n\n```rust\nuse trim_in_place::TrimInPlace;\n\nlet mut s = String::from(\" 1234 abcd  \");\n\ns.trim_in_place();\n\nassert_eq!(\"1234 abcd\", s);\n```\n\n## Benchmark\n\n```bash\ncargo bench\n```\n\n## Crates.io\n\nhttps://crates.io/crates/trim-in-place\n\n## Documentation\n\nhttps://docs.rs/trim-in-place\n\n## License\n\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiclen%2Ftrim-in-place","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagiclen%2Ftrim-in-place","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiclen%2Ftrim-in-place/lists"}