![]() |
VOOZH | about |
dotnet add package Shim.System.Text.Rune --version 6.0.2
NuGet\Install-Package Shim.System.Text.Rune -Version 6.0.2
<PackageReference Include="Shim.System.Text.Rune" Version="6.0.2" />
<PackageVersion Include="Shim.System.Text.Rune" Version="6.0.2" />Directory.Packages.props
<PackageReference Include="Shim.System.Text.Rune" />Project file
paket add Shim.System.Text.Rune --version 6.0.2
#r "nuget: Shim.System.Text.Rune, 6.0.2"
#:package Shim.System.Text.Rune@6.0.2
#addin nuget:?package=Shim.System.Text.Rune&version=6.0.2Install as a Cake Addin
#tool nuget:?package=Shim.System.Text.Rune&version=6.0.2Install as a Cake Tool
This package provides System.Text.Rune to .NET Standard2.0 and .NET Standard2.1.
The source code has been backported from dotnet/runtime.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 is compatible. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Shim.System.Text.Rune:
| Package | Downloads |
|---|---|
|
AOTba
AOTba是jieba中文分词的.NET版本(C#实现),支持AOT编译。 基于jieba 0.42,提供与jieba基本一致的功能与接口,但不支持其最新的paddle模式。关于jieba的实现思路,可以看看这篇wiki里提到的资料。 此外,也提供了KeywordProcessor,参考FlashText实现。KeywordProcessor可以更灵活地从文本中提取词典中的关键词,比如忽略大小写、含空格的词等。 如果您在开发中遇到与分词有关的需求或困难,请提交一个issue,I see u! |
|
|
ExtremeJsonEncoders
For System.Text.Json. A MinimalJsonEncoder, that only escape what the RFC require. Also a MaximalJsonEncoder, for fun:-) |
|
|
FlatlinerDOA.Rope
C# implementation of a Rope immutable data structure. A Rope is an immutable sequence built using a b-tree style data structure that is useful for efficiently applying and storing edits, most commonly used with strings, but any list or sequence can be efficiently edited using the Rope data structure. |
|
|
Glot
A text type for .NET that stores UTF-8, UTF-16, or UTF-32 data behind a single API. Work with Text, not bytes or chars — search, slice, and mutate without transcoding. Ships Text, TextSpan, OwnedText, TextBuilder, and typed Utf8Text/Utf16Text/Utf32Text views. Encoding-independent equality, ArrayPool-backed mutation variants, zero-alloc slicing, and Rune enumeration. |
|
|
AOTba.net10p
AOTba.net10p是基于jieba.NET大幅增强的中文分词库,支持AOT编译。支持emoji分词、繁体中文;可以满足GB18030-2022及一号修改单所定级别3支持范围。 基于jieba 0.42,提供与jieba基本一致的功能与接口,但不支持其最新的paddle模式。关于jieba的实现思路,可以看看这篇wiki里提到的资料。 此外,也提供了KeywordProcessor,参考FlashText实现。KeywordProcessor可以更灵活地从文本中提取词典中的关键词,比如忽略大小写、含空格的词等。 如果您在开发中遇到与分词有关的需求或困难,请提交一个issue,I see u! |
Showing the top 1 popular GitHub repositories that depend on Shim.System.Text.Rune:
| Repository | Stars |
|---|---|
|
FlatlinerDOA/Rope
C# implementation of a Rope<T> immutable data structure.
|