{"id":17302329,"url":"https://github.com/coriolinus/insert_multiple","last_synced_at":"2025-03-26T22:24:10.210Z","repository":{"id":62440979,"uuid":"156291662","full_name":"coriolinus/insert_multiple","owner":"coriolinus","description":null,"archived":false,"fork":false,"pushed_at":"2018-11-06T00:04:29.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-01T13:46:14.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://crates.io/crates/insert_multiple","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/coriolinus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-05T22:26:54.000Z","updated_at":"2018-11-06T00:04:31.000Z","dependencies_parsed_at":"2022-11-01T21:54:08.184Z","dependency_job_id":null,"html_url":"https://github.com/coriolinus/insert_multiple","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Finsert_multiple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Finsert_multiple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Finsert_multiple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coriolinus%2Finsert_multiple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coriolinus","download_url":"https://codeload.github.com/coriolinus/insert_multiple/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245744310,"owners_count":20665257,"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":"2024-10-15T11:47:13.323Z","updated_at":"2025-03-26T22:24:10.188Z","avatar_url":"https://github.com/coriolinus.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `insert_multiple`: insert multiple items into a stream\n\nThe scenario: you have an input stream, and you know you wish to insert a number\nof items into this stream at known offsets.\n\nIf your stream is a `String` or a `Vec\u003cu8\u003e` or similar, you shouldn't do this naively:\nperformance is `O(n**2)`, and you have to care about looping backwards through the\ninput stream to preserve your offsets.\n\nThis crate supports this use case in `O(n)`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoriolinus%2Finsert_multiple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoriolinus%2Finsert_multiple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoriolinus%2Finsert_multiple/lists"}