{"id":23983382,"url":"https://github.com/nitison/mutablestring","last_synced_at":"2025-09-07T02:05:51.525Z","repository":{"id":271101465,"uuid":"912214012","full_name":"NiTiSon/MutableString","owner":"NiTiSon","description":"Mutable string implementation for C#","archived":false,"fork":false,"pushed_at":"2025-03-12T18:50:04.000Z","size":144,"stargazers_count":4,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"stable","last_synced_at":"2025-08-22T21:27:28.017Z","etag":null,"topics":["csharp","dotnet","mutable","mutable-string","string"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/MutableString","language":"C#","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/NiTiSon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-04T23:32:03.000Z","updated_at":"2025-06-29T10:52:59.000Z","dependencies_parsed_at":"2025-02-23T21:25:47.387Z","dependency_job_id":"571600b3-7dba-4e59-a7ff-8c02c339ec05","html_url":"https://github.com/NiTiSon/MutableString","commit_stats":null,"previous_names":["nitison/mutablestring"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/NiTiSon/MutableString","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiTiSon%2FMutableString","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiTiSon%2FMutableString/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiTiSon%2FMutableString/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiTiSon%2FMutableString/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NiTiSon","download_url":"https://codeload.github.com/NiTiSon/MutableString/tar.gz/refs/heads/stable","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiTiSon%2FMutableString/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273986629,"owners_count":25202708,"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-09-07T02:00:09.463Z","response_time":67,"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","dotnet","mutable","mutable-string","string"],"created_at":"2025-01-07T12:16:20.153Z","updated_at":"2025-09-07T02:05:51.497Z","avatar_url":"https://github.com/NiTiSon.png","language":"C#","readme":"# MutableString [![Build](https://github.com/NiTiSon/MutableString/actions/workflows/tests.yml/badge.svg)](https://github.com/NiTiSon/MutableString/actions/workflows/tests.yml)\n\n`MutableString` is a lightweight string manipulation library designed to enhance performance\nand reduce memory allocations in scenarios where string manipulations are frequent.\nUnlike traditional immutable strings in .NET, `MutableString` allows you to modify string content\nwithout incurring the overhead of creating new string instances for each operation.\n\nThis package provides new types:\n+ NiTiS.MutableString\n\n## Using\n\n```cs\nusing System;\nusing NiTiS;\n\nclass Example\n{\n    void Main()\n    {\n        MutableString str = \"Hello World\";\n\n        str.Insert(0, \"\u003e \");\n\n        Console.WriteLine(str); // Output: \"\u003e Hello World\"\n    }\n}\n```\n\n\n## Installing\n\n### Via PackageReference\nAppend `PackageReference` node to your C# project file\n```csproj\n\u003cProject Sdk=\"Microsoft.NET.Sdk\"\u003e\n...\n\t\u003cItemGroup\u003e\n\t\t...\n\t\t\u003c!-- Append next line into your project file --\u003e\n\t\t\u003cPackageReference Include=\"MutableString\" /\u003e\n\t\u003c/ItemGroup\u003e\n...\n\u003c/Project\u003e\n```\n### Via .NET CLI\n```sh\ndotnet add package MutableString\n```\n\n## Contributing\nContributions are welcome!\nPlease read [CONTRIBUTING.md](https://github.com/NiTiSon/MutableString/blob/stable/CONTRIBUTING.md) before making any contribution to repository.\n\n## License\nThis project licensed under [MIT license](https://raw.githubusercontent.com/NiTiSon/MutableString/refs/heads/stable/LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitison%2Fmutablestring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnitison%2Fmutablestring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitison%2Fmutablestring/lists"}