{"id":21277661,"url":"https://github.com/prophetlamb/rustic-sharp","last_synced_at":"2026-05-30T18:31:08.489Z","repository":{"id":46825116,"uuid":"384695693","full_name":"ProphetLamb/rustic-sharp","owner":"ProphetLamb","description":"Commonly used collection implementation.","archived":false,"fork":false,"pushed_at":"2023-08-23T08:41:02.000Z","size":863,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-13T23:47:01.119Z","etag":null,"topics":["csharp","csharp-library"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProphetLamb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-10T12:44:38.000Z","updated_at":"2023-08-26T01:45:24.000Z","dependencies_parsed_at":"2023-02-15T12:46:45.227Z","dependency_job_id":null,"html_url":"https://github.com/ProphetLamb/rustic-sharp","commit_stats":null,"previous_names":["prophetlamb/heaplessutiliy"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ProphetLamb/rustic-sharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProphetLamb%2Frustic-sharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProphetLamb%2Frustic-sharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProphetLamb%2Frustic-sharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProphetLamb%2Frustic-sharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProphetLamb","download_url":"https://codeload.github.com/ProphetLamb/rustic-sharp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProphetLamb%2Frustic-sharp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270757898,"owners_count":24640162,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["csharp","csharp-library"],"created_at":"2024-11-21T10:06:44.780Z","updated_at":"2026-03-06T02:31:38.389Z","avatar_url":"https://github.com/ProphetLamb.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rustic\n\n## [Releasenotes](RELEASENOTES.md)\n\n## Packages\n\n| Name                                                                  | Description                                                                                               | Nuget                                                                                                                                                                                     |\n| --------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| [`Rustic.Attributes`](doc/Rustic.Attributes/index.md)                 | Attributes not delivered with the mscorelib.                                                              | [![NuGet Badge](https://buildstats.info/nuget/Rustic.Attributes)](https://www.nuget.org/packages/Rustic.Attributes/) \u003cbr/\u003e `dotnet add package Rustic.Common`                             |\n| [`Rustic.Common`](doc/Rustic.Common/index.md)                         | Packages types and functionality usable across most projects.                                             | [![NuGet Badge](https://buildstats.info/nuget/Rustic.Common)](https://www.nuget.org/packages/Rustic.Common/) \u003cbr/\u003e `dotnet add package Rustic.Common`                                     |\n| ~~`Rustic.DataEnumGen`~~                                              | Deprecated in favour of [.variant](https://github.com/mknejp/dotvariant)                                  | [![NuGet Badge](https://buildstats.info/nuget/Rustic.DataEnumGen)](https://www.nuget.org/packages/Rustic.DataEnumGen/) \u003cbr/\u003e `dotnet add package Rustic.DataEnumGen`                      |\n| ~~`Rustic.Functional`~~                                               | Deprecated in favour of [c#functionalextensions](https://github.com/vkhorikov/CSharpFunctionalExtensions) | [![NuGet Badge](https://buildstats.info/nuget/Rustic.Functional)](https://www.nuget.org/packages/Rustic.Functional/) \u003cbr/\u003e `dotnet add package Rustic.Functional`                         |\n| [`Rustic.Json`](doc/Rustic.Json/index.md)                             | Json converters \u0026amp; reader, writer utility functionality.                                               | [![NuGet Badge](https://buildstats.info/nuget/Rustic.Json)](https://www.nuget.org/packages/Rustic.Json/) \u003cbr/\u003e `dotnet add package Rustic.Json`                                           |\n| [`Rustic.Memory`](doc/Rustic.Memory/index.md)                         | Commonly used collection implementation allowing by-ref access to the storage.                            | [![NuGet Badge](https://buildstats.info/nuget/Rustic.Memory)](https://www.nuget.org/packages/Rustic.Memory/) \u003cbr/\u003e `dotnet add package Rustic.Memory`                                     |\n| [`Rustic.Memory.Bit`](doc/Rustic.Memory.Bit/index.md)                 | Packed bit collections. Storing sequences of boolean values in integers.                                  | [![NuGet Badge](https://buildstats.info/nuget/Rustic.Memory.Bit)](https://www.nuget.org/packages/Rustic.Memory.Bit/) \u003cbr/\u003e `dotnet add package Rustic.Memory.Bit`                         |\n| [`Rustic.Memory.Buffers`](doc/Rustic.Memory.Buffers/index.md)         | IBufferWriter implementing IVector interface.                                                             | [![NuGet Badge](https://buildstats.info/nuget/Rustic.Memory.Buffers)](https://www.nuget.org/packages/Rustic.Memory.Buffers/) \u003cbr/\u003e `dotnet add package Rustic.Memory.Buffers`             |\n| [`Rustic.Memory.Common`](doc/Rustic.Memory.Common/index.md)           | Packages types and functionality used for many `Rustic.Memory` projects.                                  | [![NuGet Badge](https://buildstats.info/nuget/Rustic.Memory.Common)](https://www.nuget.org/packages/Rustic.Memory.Common/) \u003cbr/\u003e `dotnet add package Rustic.Memory.Common`                |\n| [`Rustic.Memory.Inline`](doc/Rustic.Memory.Inline/index.md)           | Immutable inline array-like implementations for passing tiny lists without heap allocations.              | [![NuGet Badge](https://buildstats.info/nuget/Rustic.Memory.Inline)](https://www.nuget.org/packages/Rustic.Memory.Inline/) \u003cbr/\u003e `dotnet add package Rustic.Memory.Inline`                |\n| [`Rustic.Memory.Specialized`](doc/Rustic.Memory.Specialized/index.md) | Specialized collection implementations and extensions.                                                    | [![NuGet Badge](https://buildstats.info/nuget/Rustic.Memory.Specialized)](https://www.nuget.org/packages/Rustic.Memory.Specialized/) \u003cbr/\u003e `dotnet add package Rustic.Memory.Specialized` |\n| [`Rustic.Memory.Vec`](doc/Rustic.Memory.Vec/index.md)                 | Commonly used collection implementation allowing by-ref access to the storage.                            | [![NuGet Badge](https://buildstats.info/nuget/Rustic.Memory.Vec)](https://www.nuget.org/packages/Rustic.Memory.Vec/) \u003cbr/\u003e `dotnet add package Rustic.Memory.Vec`                         |\n| [`Rustic.Native`](doc/Rustic.Native/index.md)                         | Functionallity to interact with native, OS specific functionallity.                                       | [![NuGet Badge](https://buildstats.info/nuget/Rustic.Native)](https://www.nuget.org/packages/Rustic.Native/) \u003cbr/\u003e `dotnet add package Rustic.Native`                                     |\n| [`Rustic.Reflect`](doc/Rustic.Reflect/index.md)                       | Il based delegate emitter and commonly used reflection utility.                                           | [![NuGet Badge](https://buildstats.info/nuget/Rustic.Reflect)](https://www.nuget.org/packages/Rustic.Reflect/) \u003cbr/\u003e `dotnet add package Rustic.Reflect`                                  |\n| [`Rustic.Source`](doc/Rustic.Source/index.md)                         | Packages types and functionality related to extending source generators.                                  | [![NuGet Badge](https://buildstats.info/nuget/Rustic.Source)](https://www.nuget.org/packages/Rustic.Source/) \u003cbr/\u003e `dotnet add package Rustic.Source`                                     |\n| [`Rustic.Text`](doc/Rustic.Text/index.md)                             | Types and extensions improving string access and formatting functionality.                                | [![NuGet Badge](https://buildstats.info/nuget/Rustic.Text)](https://www.nuget.org/packages/Rustic.Text/) \u003cbr/\u003e `dotnet add package Rustic.Source`                                         |\n\n## Continues Integration\n\n| Build                                                                                                                                                                                              | Test                                                                                                                                                                          | Coverage                                                                                                                                                                                      | Code quality                                                                                                                                                                                                                                                                           |\n| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| \u003csup\u003eAppveyor\u003c/sup\u003e [![Build status](https://ci.appveyor.com/api/projects/status/26phbh7xqhxet8fn/branch/master?svg=true)](https://ci.appveyor.com/project/ProphetLamb/rustic-sharp/branch/master) | \u003csup\u003eAppveyor\u003c/sup\u003e [![AppVeyor tests](https://img.shields.io/appveyor/tests/ProphetLamb/rustic-sharp)](https://ci.appveyor.com/project/ProphetLamb/rustic-sharp/build/tests) | \u003csup\u003eCoveralls\u003c/sup\u003e [![Coverage Status](https://coveralls.io/repos/github/ProphetLamb/rustic-sharp/badge.svg?branch=HEAD)](https://coveralls.io/github/ProphetLamb/rustic-sharp?branch=HEAD) | \u003csup\u003eCodacy\u003c/sup\u003e [![Codacy Badge](https://app.codacy.com/project/badge/Grade/316ddf1a416949c290607666c875b861)](https://www.codacy.com/gh/ProphetLamb/rustic-sharp/dashboard?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=ProphetLamb/rustic-sharp\u0026utm_campaign=Badge_Grade) |\n| ![Build history](https://buildstats.info/appveyor/chart/ProphetLamb/rustic-sharp/?branch=master)                                                                                                   |                                                                                                                                                                               |                                                                                                                                                                                               |                                                                                                                                                                                                                                                                                        |\n\n## Source acknowledgements\n\n| Source                                                                                                                                                          | License |\n| --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |\n| [.Net Foundation](https://dotnetfoundation.org/)                                                                                                                | `MIT`   |\n| [ValueStringBuilder: a stack-based string-builder](https://andrewlock.net/a-deep-dive-on-stringbuilder-part-6-vaulestringbuilder-a-stack-based-string-builder/) |         |\n| [bithacks](https://graphics.stanford.edu/~seander/bithacks.html)                                                                                                |         |\n| [`Fast.Reflection`](https://github.com/vexe/Fast.Reflection)                                                                                                    | `MIT`   |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprophetlamb%2Frustic-sharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprophetlamb%2Frustic-sharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprophetlamb%2Frustic-sharp/lists"}