{"id":16851903,"url":"https://github.com/cad97/storages-api","last_synced_at":"2025-04-11T06:56:25.558Z","repository":{"id":38978823,"uuid":"479874961","full_name":"CAD97/storages-api","owner":"CAD97","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-05T01:13:24.000Z","size":3019,"stargazers_count":9,"open_issues_count":3,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-25T04:51:18.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cad97.github.io/storages-api/storage_api/index.html","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/CAD97.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-10T00:25:00.000Z","updated_at":"2024-03-13T12:24:23.000Z","dependencies_parsed_at":"2025-02-18T23:41:24.590Z","dependency_job_id":null,"html_url":"https://github.com/CAD97/storages-api","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/CAD97%2Fstorages-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CAD97%2Fstorages-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CAD97%2Fstorages-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CAD97%2Fstorages-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CAD97","download_url":"https://codeload.github.com/CAD97/storages-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358555,"owners_count":21090402,"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-13T13:34:03.740Z","updated_at":"2025-04-11T06:56:25.540Z","avatar_url":"https://github.com/CAD97.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# storages-api\n\nA proof-of-concept implementation of (one version of) the storages proposal.\n\nDescribing the raw storage API, we have:\n- [`Storage`]: a storage that can store objects\n- [`SliceStorage`]: a storage for growable slices\n- [`MultipleStorage`]: a storage that can store multiple objects\n- [`SharedMutabilityStorage`] and [`PinningStorage`]\n\nProviding a safe wrapper around `Storage` use (up to uninit memory):\n- [`RawBox`]: a raw (uninit payload) version of std `Box`\n- [`RawVec`]: a raw (uninit payload) version of std `Vec`\n\nUseful implementations of [`Storage`]:\n- [`InlineStorage`]: single storage located in the storage's bytes\n- [`AllocStorage`]: full-featured storage via allocation\n- [`SmallStorage`]: inline storage with a fallback to allocation\n\n[`Storage`]: https://cad97.github.io/storages-api/storage_api/trait.Storage.html\n[`SliceStorage`]: https://cad97.github.io/storages-api/storage_api/trait.SliceStorage.html\n[`MultipleStorage`]: https://cad97.github.io/storages-api/storage_api/trait.MultipleStorage.html\n[`SharedMutabilityStorage`]: https://cad97.github.io/storages-api/storage_api/trait.SharedMutabilityStorage.html\n[`PinningStorage`]: https://cad97.github.io/storages-api/storage_api/trait.PinningStorage.html\n[`RawBox`]: https://cad97.github.io/storages-api/storage_api/struct.RawBox.html\n[`RawVec`]: https://cad97.github.io/storages-api/storage_api/struct.RawVec.html\n[`InlineStorage`]: https://cad97.github.io/storages-api/storage_api/struct.InlineStorage.html\n[`AllocStorage`]: https://cad97.github.io/storages-api/storage_api/struct.AllocStorage.html\n[`SmallStorage`]: https://cad97.github.io/storages-api/storage_api/struct.SmallStorage.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcad97%2Fstorages-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcad97%2Fstorages-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcad97%2Fstorages-api/lists"}