#string

  1. regex

    Rust 的正则表达式库。此实现使用有限自动机,并保证对所有输入进行线性时间匹配。

    v1.10.6 12.4M #regexes #string #string-search #regular #match #automata #expression
  2. heck

    案例转换库

    v0.5.0 15.5M #camel-case #snake-case #case #string #unicode #snake #camel
  3. strsim

    字符串相似度度量实现。包括汉明、Levenshtein、OSA、Damerau-Levenshtein、Jaro、Jaro-Winkler 和 Sørensen-Dice。

    v0.11.1 12.0M #levenshtein #string-similarity #hamming #similarity #string #jaro
  4. colored

    在终端中添加颜色的最简单方法

    v2.1.0 1.7M #terminal-colors #ansi-term #color-string #string #term #color #term-painter
  5. strum

    用于处理枚举和字符串的宏

    v0.26.3 6.9M #enums #string #proc-macro #macro
  6. compact_str

    一种内存高效的字符串类型,在可能的情况下透明地存储在栈上

    v0.8.0 1.0M #string #byte-string #memory #heap-memory #compact #stack-allocated #heap-allocated
  7. ascii

    仅ASCII等价的 charstrString

    v1.1.0 1.4M #string #ascii-text #character #equivalents #standard #types #conversion
  8. smol_str

    具有 O(1) 克隆的小字符串优化字符串类型

    v0.2.2 913K #string #string-interning #byte #stack-allocated #clone #language #allocation
  9. widestring

    用于在宽字符串之间转换的 Rust 库,如常用于 Windows API 或其他 FFI 库的字符串。提供包括支持 UTF-16 和 UTF-32 的 u16u32 字符串类型...

    v1.1.0 1.1M #utf-16 #utf-32 #wide #windows-api #string
  10. arcstr

    一种更好的引用计数字符串类型,支持字符串字面量(无分配)和引用计数的子字符串

    v1.2.0 268K #string #string-literal #reference-counting #arc #rc #rc-str
  11. convert_case

    将字符串转换为任何大小写

    v0.6.0 5.4M #convert-string #case #string #casing #snake-case
  12. simdutf8

    加速的 UTF-8 验证

    v0.1.4 1.5M #utf-8 #simd #validation #string #unicode
  13. shellexpand

    字符串中的 Shell 类型展开

    v3.1.0 583K #string #variables #shell
  14. tinystr

    一个小的仅 ASCII 的有界长度字符串表示

    v0.7.6 664K #string #string-representation #tiny #str #small
  15. litrs

    解析和检查 Rust 字面量(即在 Rust 编程语言中表示固定值的标记)。特别适用于 proc宏,但也可在 proc宏环境之外使用。

    v0.4.1 611K #proc-macro #literals #type #procedural #literal #string #parser
  16. diff

    基于 LCS 的切片和字符串差异实现

    v0.1.13 2.5M #lcs #diffing #slice #string #line
  17. string-interner

    具有最小内存占用和快速访问底层字符串的高效字符串内部化器

    v0.17.0 514K #string-interning #string #interning #intern #symbol #str #symbols
  18. icu_collator

    根据语言相关约定比较字符串的 API

    v1.5.0 28K #string #collation #order #icu #locale #localization #internationalization
  19. beef

    更紧凑的 Cow

    v0.5.2 655K #cow #str #slice #borrow #string
  20. strfmt

    动态字符串的格式化

    v0.2.4 44K #string-formatting #format-string #string #dynamic #format #str #static
  21. lasso

    一个多线程和单线程的字符串池,允许以最小的内存占用将字符串缓存,并关联一个唯一键,可以随时使用该键检索字符串

    v0.7.3 65K #string-interning #key-string #string #interning #str #intern #symbol
  22. ustr

    快速、FFI友好的字符串池化

    v1.0.0 18K #string-interning #string #interning #cache #ffi
  23. path-clean

    cleanname 或 path.Clean

    v1.0.1 413K #path #clean #standard #string #directory #cleanname #filesystem
  24. jsonrpc

    Rust 对 JSON-RPC 2.0 协议的支持

    v0.18.0 57K #json-rpc-client #protocols #json #protocol #http-client #http-transport #string
  25. icu_segmenter

    用于文本边界分析的 Unicode 断行和文本分割算法

    v1.5.0 39K #line-break #segmenter #icu #unicode #string #unicode-text #sentence
  26. inlinable_string

    inlinable_string 包提供 InlinableString 类型——一个所有者、可增长的 UTF-8 字符串,将小字符串内联存储并避免堆分配——以及 StringExt 特性……

    v0.1.15 257K #string #inline #inlinable
  27. indoc

    缩进文档字面量

    v2.0.5 4.0M #string-literal #string #literals #multiline #heredoc #nowdoc #no-alloc
  28. faststr

    减少克隆成本的字符串库

    v0.2.21 18K #string #byte-string #volo #str #asynchronous-programming #source
  29. iri-string

    IRI 作为字符串类型

    v0.7.2 307K #iri #uri #string #identifier #uniform-resource #rfc #reference
  30. biome_deserialize

    反序列化值

    v0.6.0 13K #deserialize-json #json-parser #parser #formatter #linter #data-structures #string
  31. const-str

    编译时字符串操作

    v0.5.7 228K #string #const #proc-macro
  32. fixedstr

    可以复制并使用const泛型栈分配的固定最大大小的字符串

    v0.5.7 66K #string #const-generics #stack-allocated #size #constant #types #copied
  33. sqlformat

    格式化SQL字符串中的空白,使其更容易阅读

    v0.2.4 1.3M #sql-query #sql #formatting #white-space #string #format #logging
  34. bytestring

    使用Bytes作为存储的UTF-8编码只读字符串

    v1.3.1 1.0M #byte #utf-8 #string #encoded-string #web #actix-web #actix
  35. wkt

    Rust对已知文本(WKT)的读写支持

    v0.11.0 31K #geospatial #geometry #string #read-write #format #default #deserialize
  36. str-buf

    静态字符串缓冲区

    v3.0.3 147K #string #static #str
  37. str_indices

    在字符串切片上计算和转换索引方案

    v0.4.3 64K #string #unicode-characters #no-std #text
  38. bstr

    不需要是有效UTF-8的字符串类型

    v1.10.0 4.3M #byte-string #byte #string
  39. nanoserde

    没有外部依赖的makepad-tinyserde的分支。支持json、二进制和ron。 #[derive(Clone, Debug, Default, DeJson, SerJson)] pub struct Property { pub name: String…

    v0.2.0-beta.0 19K #serialization #json #binary #ron #string #default #fork
  40. tendril

    用于零拷贝解析的紧凑缓冲区/字符串类型

    v0.4.3 630K #string #reference-counting #zero-copy #parser #compact #byte #heap-allocation
  41. sscanf

    (inverse of format!()) 基于正则表达式的宏

    v0.4.2 16K #format-string #regex-parser #regex #string #parser #scanf #text-input
  42. unescaper

    将包含转义序列的字符串反转义为文字字符

    v0.1.5 146K #escaping #string #escape
  43. serde_regex

    一个将正则表达式序列化和反序列化为字符串的 serde 包装器

    v1.1.0 539K #regex #serde #deserialize #string #config-file #wrapper #string-pattern
  44. dtparse

    Rust 的 dateutil 兼容的日期时间解析器

    v2.0.1 13K #date-time #parse-date #string #time-parser #chrono #timestamp #times
  45. ecow

    紧凑的、写时克隆的向量和字符串

    v0.2.2 10K #string #cow #sso #vector #memory-layout
  46. slice-group-by

    遍历切片和字符串中的组

    v0.3.1 570K #group #slice #str #string #array-string
  47. handlebars_misc_helpers

    为 handlebars (rust) 管理字符串、json、yaml、toml、路径、文件、http 请求的一组辅助函数

    v0.16.3 1.2K #handlebars #file-path #http-request #json-path #helper #toml #string
  48. hjson

    序列化文件格式

    v1.0.0 140 #serde-json #json #serde #file-format #json-format #string #human
  49. pad

    运行时填充字符串

    v0.1.6 101K #string #run-time #padding #width #cases #stdlib #cover
  50. axoasset

    >o_o<

    v1.0.0 9.1K #assets #remote #read-write #local #copy #path #string
  51. text-size

    文本偏移量的新类型

    v1.1.1 209K #text #offset #newtype #u32 #range #string #wrapper
  52. lasso2

    一个多线程和单线程的字符串池,允许以最小的内存占用将字符串缓存,并关联一个唯一键,可以随时使用该键检索字符串

    v0.8.2 4.8K #string-interning #key-string #string #interning #str #intern #symbol
  53. ixdtf

    Internet扩展日期时间格式解析器

    v0.2.0 650 #date-time #timezone #time-parser #duration-parser #rfc-3339 #string #annotations
  54. 可读性

    人类可读的字符串

    v0.16.0 4.9K #human-readable #string #string-formatting #string-format #human #data #formatting
  55. geohash

    Rust的Geohash实现

    v0.13.1 26K #gis #geography #geospatial #algorithm #string #find #api
  56. boa_string

    Boa是一个用Rust编写的JavaScript词法分析器、解析器和编译器。目前,它支持该语言的一些特性。

    v0.19.0 13K #string #javascript-compiler #js #javascript
  57. unindent

    从字符串中移除一列前导空白

    v0.2.3 3.1M #string-literal #string #multiline #literals #heredoc #nowdoc #compile-time
  58. joinery

    一个用于用分隔符泛型连接迭代器的小的crate

    v3.1.0 165K #iterator #join #separator #string #iterable #joining #elements
  59. aho-corasick-unsafe

    快速多子串搜索

    v0.0.4 230 #pattern #byte-offset #pattern-matching #string #string-search #multi #regex
  60. tstr

    类型级字符串

    v0.2.4 30K #string #type-level #generics #ts #traits #macro #demonstrate
  61. colored_json

    为打印到命令行而着色JSON

    v5.0.0 21K #json #colored #command-line #coloured #color #colors #string
  62. rusty-tesseract

    Google Tesseract的包装器

    v1.1.10 1.4K #tesseract #bounding-box #dataframe #google #string #wrapper #boxes
  63. core_extensions

    为core/std库类型和其他一些杂项特性提供扩展

    v1.5.3 28K #extension #traits #string #slice #iterator #macro #types
  64. voca_rs

    操作[Unicode]字符串

    v1.15.2 6.7K #snake-case #string #unicode #case #snake #camel
  65. hifijson

    高保真JSON词法分析和解析器

    v0.2.2 56K #json-parser #json #lexer #json-input #numbers #string #deserialize
  66. boyer-moore-magiclen

    基于Rust实现的快速字符串搜索算法

    v0.2.20 18K #string-search #search-algorithms #search #text-search #string #search-pattern #boyer-moore-horspool
  67. parse_datetime

    解析可读时间字符串并将它们转换为DateTime

    v0.6.0 13K #date-time #string #duration-string #human-readable #duration-parser #format-string #relative
  68. yap

    解析库。一个轻量级、无依赖的解析器组合,提供一系列工具方法来帮助解析字符串和切片。

    v0.12.0 30K #parser-combinator #tokens #slice #string #methods #location #free
  69. unicode-reverse

    支持Unicode的就地字符串反转

    v1.0.9 54K #unicode #string #grapheme #reverse #unicode-characters #no-std
  70. yara

    Rust对VirusTotal/yara的绑定

    v0.28.0 800 #bindings #rules #pattern-matching #api-bindings #string #flags #scan
  71. lrlex

    词法分析器生成器

    v0.13.7 7.6K #lexer #generator #parser #input #lex #string #replacement
  72. diff-struct

    用于比较和将差异应用于类型的特性

    v0.5.3 8.8K #diff #data-structures #diffing #macro-derive #container #string #applying
  73. jumprope

    基于跳表构建的快速字符串(花哨字符串)库

    v1.1.2 7.6K #string #rope #editing #processing #trace #document #offset
  74. fundu

    可配置、精确且快速的 Rust 字符串解析器到持续时间

    v2.0.0 20K #duration-parser #time-parser #duration #time #parse-duration #string #parser
  75. autosurgeon

    在 automerge 文档中处理数据

    v0.8.5 2.9K #automerge #document #hydrate #reconcile #derive-debug #model #string
  76. slr_parser

    配置格式。此 crate 包含解析器,请参阅 slr_config crate 以获取更易于使用的 API。

    v0.0.22 #config-parser #configuration #string #config-file #file-format #table #hierarchical
  77. oauth1-request

    OAuth 1.0 客户端库

    v0.6.1 4.0K #oauth #oauth1 #authorization-header #request #oauth-token #client #string
  78. slash-formatter

    处理字符串中的正斜杠和反斜杠的函数

    v3.1.6 14K #path #slash #url-path #string #url #backslash
  79. rapidfuzz

    快速模糊字符串匹配库

    v0.5.0 6.9K #levenshtein #string-similarity #string-matching #fuzzy-string #string #similarity #hamming
  80. new_string_template

    Rust 的可定制字符串模板库

    v1.5.3 35K #string #run-time #template
  81. connection-string

    Rust(和 WebAssembly)中的连接字符串解析

    v0.2.0 75K #connection #string #parser #net #wasm #database #jdbc
  82. refined_type

    将规则注入类型并将它们提升为更健壮的类型

    v0.5.5 2.7K #rule #non-empty #refined #type #string #target #define
  83. dissect

    受到 Logstash 启发的 dissect 提取器

    v0.7.3 1.3K #parser #logstash #string #map #plugin #extractor
  84. bitbuffer

    从字节切片中读取位序列

    v0.11.0 350 #binary-data #read-stream #byte-slice #bit #length #reading #string
  85. formatx

    一个在运行时格式化非字面字符串的宏

    v0.2.2 16K #string-formatting #string-format #string #template-string #run-time #template #format
  86. write-json

    无依赖、特性、宏的JSON序列化

    v0.1.4 28K #json #serialization #numbers #macro #obj #string #null
  87. gix-quote

    处理git使用的各种引用的gitoxide项目

    v0.4.12 360K #git #quote #version-control #gitoxide #quotations #string #unquote
  88. hipstr

    Rust的字符串:零成本借用和切片,小字符串的行内表示,(原子)引用计数

    v0.5.1 110 #string-representation #string #inline #reference-counting #cow #byte-slice #rc
  89. sliceslice

    使用SIMD加速的单模式子字符串搜索的快速实现

    v0.4.3 18K #text-search #string-search #simd #search-algorithms #search #string #text
  90. cow-utils

    Rust的Copy-on-write字符串工具

    v0.1.3 14K #string #cow #text #str
  91. byteyarn

    超紧凑的字符串

    v0.5.1 46K #byte-string #string #string-representation #binary #text
  92. serde-env

    通过serde将环境反序列化为结构体

    v0.2.0 29K #env #structs #string #debugging #derive-debug #home
  93. strum_macros

    用于处理枚举和字符串的宏

    v0.26.4 6.9M #enums #proc-macro #string #macro #enum #macros
  94. leon

    简单的字符串模板

    v3.0.1 12K #string #templating #template #dead-simple #error
  95. simple_config

    一种人类可读的、非自描述的配置语言

    v0.133.0 #config #string #self-describing #schema #language #humans #dictionary
  96. mathcat

    数学能力辅助技术(从MathML到语音和盲文)

    v0.6.3 180 #mathml #math #braille #speech #navigation #conversion #string
  97. fstr

    堆分配的固定长度字符串类型

    v0.2.11 5.0K #string #fixed-length #stack-allocated
  98. sprintf

    Rust中C的s(n)printf的克隆

    v0.3.1 17K #string-formatting #printf #string
  99. PrintLib

    用于Rust的终极打印库 #cli #string #color #term_color

    v1.5.2 750 #printlib #string #error #color-string #error-logging #printing #cli #libary
  100. TSPL

    最简单的解析库

    v0.0.13 4.9K #tspl #parser #cursor #functional #simplest #monadic #string #blocks
  101. uutils_term_grid

    将字符串格式化为网格布局。term_grid的分支。

    v0.6.0 19K #grid #string #layout #width #data #cells #space
  102. fuzzt

    字符串相似度度量实现。包括汉明、Levenshtein、OSA、Damerau-Levenshtein、Jaro、Jaro-Winkler 和 Sørensen-Dice。

    v0.3.1 2.7K #levenshtein #string-similarity #string #similarity #hamming #jaro
  103. arccstr

    线程安全、引用计数的空终止不可变字符串

    v1.3.2 1.0K #string #immutability #reference-counting #cstr #c-str
  104. cowstr

    写时复制共享字符串

    v1.3.0 #string #reference-counting #cow #shared #copy-on-write #mutation #copied
  105. ffi-support

    帮助暴露Rust函数通过FFI

    v0.4.4 11K #bindings #ffi #string #expose #error #function #panics
  106. pct-str

    用于URL、URI、IRI等的百分比编码字符串

    v2.0.0 33K #string #encode-decode #encode #decode #percent #percent-encoded
  107. json-strip-comments

    从JSON中删除注释

    v1.0.4 42K #json #json-parser #comments #serde-json #line-comment #strip #string
  108. wchar

    编译时用于 UTF-16 和 UTF-32 宽字符串的进程宏

    v0.11.1 11K #compile-time #string #utf-16 #string-literal #proc-macro #wide
  109. fqdn

    完全限定域名 (FQDN)

    v0.3.12 9.8K #domain-name #dns #comparison #case-insensitive #label #string #rfc
  110. check_keyword

    一个用于检查是否为关键字并将其转换为安全非关键字的字符串类似类型的特质

    v0.3.1 2.2K #string #reserved #identifier #check #safe #convert #keyword
  111. afetch-colored

    在终端中添加颜色的最简单方法

    v2.0.4 #terminal-colors #color-string #string #ansi-term #term #color #term-painter
  112. byte-strings

    Rust 字节字符串操作,用于更安全高效的 C FFI

    v0.3.1 4.4K #string-literal #string #c-str #c-strings #ffi #c #char
  113. trimothy

    用于修剪切片、vec 和字符串的特质

    v0.3.0 310 #trim #string #slice #vecs #traits #standard #slice-trimming
  114. aliri_braid

    通过使字符串强类型化以减少样板代码来改进和增强字符串

    v0.4.0 108K #string #newtype #validation #normalization #wrapper #reduce-boilerplate
  115. jep106

    所有 JEP106 制造商代码的可查询集合

    v0.2.8 6.3K #manufacturer #string #pdf #codes #jedec #embedded #id
  116. rust_dynamic

    支持运行时动态类型值

    v0.18.1 #value #dynamic #run-time #data #value-object #binary-data #string
  117. json-writer

    一个快速将 JSON 写入字符串的 crate,而不创建中间对象

    v0.4.0 14K #json #json-object #string #writer #json-array #intermediate #numbers
  118. hud-slice-by-8

    HUD软件的Rust改进版Intel Slice-By-8算法实现

    v1.0.10 150 #hash-map #hash #hasher #string #gamedev #perform
  119. matcher_rs

    一款高性能匹配器,用于解决词匹配中的逻辑和文本变体问题,用Rust实现

    v0.5.4 800 #pattern #string #multi #string-search #search-pattern #deserialize #search
  120. nuon

    支持NUON格式

    v0.97.1 3.3K #json-format #comma #nushell #string #trailing #comments #optional
  121. xml_schema_generator

    为给定的XML文件创建Rust结构体,允许使用serde或相反进行XML的序列化和反序列化

    v0.6.12 370 #xml-schema #xml #xml-parser #xml-format #schema #serde #string
  122. jetscii

    一个用于高效搜索ASCII字符或字节集合的字符串和字节切片的微型库

    v0.5.3 16K #byte-slice #string-search #string #byte #ascii #search #simd
  123. iodine

    基于栈的编程语言

    v0.3.0 #programming-language #stack-based #statement #language #numbers #string #comments
  124. splitty

    考虑引号的字符串分割器

    v1.0.2 5.8K #quote #string #split #character #no-std
  125. flexstr

    一个灵活的、简单易用的、不可变的、克隆效率高的Rust String 替代品

    v0.9.2 15K #string-literal #string #inline #rc #heap-allocated #replace #arc-str
  126. twitch_types

    Twitch的通用类型

    v0.4.5 450 #twitch #api #strongly-typed #type #string #aliri-braid
  127. pyinrs

    一个与Python内置类型一样易于使用的类型库

    v1.8.0 #python #type #fraction #deque #string #complex #dict
  128. fontkit

    字体加载和索引

    v0.6.0-β.8 100 #字体 #字体渲染 #nodejs #加载 #字符串 #索引 #查询
  129. ripcal

    将IP地址字符串转换为整数,反之亦然

    v0.6.1 120 #IP地址 #转换 #整数 #字符串 #十六进制 #IPv4 #IPv4地址
  130. bt-echo

    echo命令行工具的实现

    v0.1.1 280 #echo #命令行工具 #实用程序 #字符串 #转义
  131. faststr-fork

    Faststr是一个减少克隆成本的字符串库

    v0.2.23 #字符串 #str #volo #异步编程 # #网络编程 #网络
  132. smallstr

    基于smallvec的类似字符串的容器

    v0.3.0 62K #字符串 #str #
  133. adv_random

    根据规则创建随机数、密码或字符串

    v2.0.2 #随机字符串 #随机 #字符串 #密码 #规则 #rand #rule
  134. escape_string

    高效解析转义反斜杠的字符串

    v0.1.2 6.5K #转义 #字符串 #解析 #字符串格式
  135. rxml_validation

    rxml和rxml_proc crate的管道crate

    v0.11.0 67K #XML #验证 #字符串 #rxml #生产 #rxml-proc #名称
  136. cedarwood

    Rust中的高效可更新双数组字典树(从cedar移植过来)

    v0.4.6 22K #字符串搜索 #trie #搜索 #cedar #字符串 #文本搜索 #文本
  137. aws-arn

    用于操作AWS Amazon Resource Name (ARN)字符串的类型、构建器和其它辅助工具

    v0.3.1 20K #arn #aws #资源 #字符串 #构建器 #名称 #操作
  138. istring

    String的替代品,允许存储长度最多为sizeof() - 1的短字符串,无需堆分配

    v0.3.4 9.3K #字符串 #内联 #堆分配 #无标准
  139. boa_interner

    Boa JavaScript引擎的字符串interner

    v0.19.0 28K #string-interning #interning #string #js #interner #javascript #wasm
  140. wildcard_ex

    支持 VB 类似规范的扩展通配符

    v0.1.2 360 #wildcard #pattern #pattern-matching #specification #string #extract #vb-like
  141. 的确

    向文件追加行,无需 shell 脚本垃圾

    v0.5.0 150 #file #text-file #write-file #string #line #command-line #append
  142. string_calculator

    一个字符串计算器,用于计算字符串内的公式

    v0.4.0 180 #string #formulas #calculator #compute #eval-f64 #eval-number #eval-complex
  143. odds

    其他集合。为切片(.find()RevSlice)、字符串和其他事物提供额外功能。如果找到更适合的包,则 odd 中的事物可能移动到其他包。

    v0.4.0 23K #slice #string #data-structure #debug-assert #no-std
  144. shell-string

    基本的字符串操作明显的 CLI

    v0.4.2 #string #shell #templating #command-line #line-string #template #input-output
  145. wjp

    Wizards JSON 解析器

    v1.1.3 #json-parser #wizard #storing #error #key-value #string #different
  146. decasify

    一个 CLI 工具和库,可以将字符串转换为根据地区特定样式指南的大写字母形式,包括对土耳其语的支持

    v0.6.0 850 #string #style #guide #python-module #title-case #locale #command-line-tool
  147. human-date-parser

    将表示日期的字符串解析为代码可用的形式

    v0.1.2 6.5K #date #date-time #parse-date #human #parser #string #express
  148. terminal-clipboard

    一个最小化的跨平台剪贴板

    v0.4.1 1.2K #clipboard #string #cross-platform #terminal-text #applications #copying #pasting
  149. string-template-plus

    带有更多选项的字符串模板渲染

    v0.4.3 170 #string #template #render-template #format-string #parser
  150. nu-plugin-bexpand

    适用于 nushell 的 Bash 兼容的花括号展开插件

    v1.3.9 120 #shell #nushell-plugin #string #parser #template-string #template
  151. string

    具有可配置字节存储的 UTF-8 编码字符串

    v0.3.0 47K #encoded-string #configurable #utf-8 #byte #storage #allocated
  152. microjson

    无分配的 JSON 解析,无需装饰

    v0.1.6 #json-parser #json #json-error #allocations #string #read #data
  153. mut-str

    用于操作可变字符串切片 (&mut str) 的工具包

    v1.1.0-alpha.2 150 #slice #string #mutability
  154. monch

    受 nom 启发,但专门针对字符串

    v0.5.0 20K #string #combinator #deno #nom #specifically #leave #eating
  155. arf-strings

    ARF 字符串的编码和解码

    v0.7.2 700 #codec #string #byte #arf #character-encoding #endianness #replacement
  156. trim-in-place

    原地修剪字符串

    v0.1.7 195K #string #trim #in-place
  157. cirru_parser

    Cirru 文本语法的解析器

    v0.1.31 400 #text-parser #cirru #format #syntax #escape-cirru-leaf #string #tree
  158. alipay-rs

    支付宝接口的封装

    v0.4.6 100 #alipay #interface #encapsulation #transfer #payee-info #alipay-params #string
  159. matcher_py

    一款高性能匹配器,用于解决词匹配中的逻辑和文本变体问题,用Rust实现

    v0.5.4 650 #string #pattern #multi #string-search #nlp #search-pattern #search
  160. substring-replace

    开发者友好的方法,用于使用字符索引操纵字符串

    v0.1.7 800 #string #substring #character #index #replace #indices #extract
  161. tremor-kv

    Logstash 启发的键值提取器

    v0.6.2 500 #key-value #logstash #parser #string #kv #map #extractor
  162. prse

    一个微小的字符串解析工具

    v1.2.1 150 #format-args #string #parser #format-string
  163. pink_accents

    替换字符串中的模式以模拟语音重音

    v0.0.6 #speech #pattern #string #regex #replace #accents #diacritics
  164. oco_ref

    一个用于存储不可变值且具有相对较低克隆成本的智能指针。(就像 Cow 遇到了 Rc!)

    v0.2.0 21K #smart-pointers #reference-counting #immutability #cloning #cow #string #storing
  165. compact-genome

    基因组的表示

    v3.0.0 460 #genome #compact #bioinformatics #representation #string
  166. rust-strings

    rust-strings 是一个库,用于从二进制数据中提取 ASCII 字符串

    v0.6.0 500 #binary-data #ascii-string #string #encoding #extract #extracting
  167. fv-template

    基于字段值的字符串模板

    v0.5.0 650 #string #field-value #proc-macro #templating #template
  168. spanned

    具有文件/行/列信息和 rust str API 的字符串处理

    v0.3.0 23K #file-line #line-column #string #processing #api #information #spans
  169. unicode_titlecase

    为字符和字符串添加 Unicode 标题化以及土耳其语和阿塞拜疆语区域的大小写转换实用工具

    v2.3.0 310 #title-case #unicode #locale #string #chars #utilities #azeri
  170. enquote

    引号和取消引号的字符串

    v1.1.0 58K #quote #string #unquote #unquotes #unescapes
  171. pinyin-parser

    解析拼音音节字符串。覆盖边缘情况,如 ŋê

    v0.1.9 #pinyin #parser #syllable #string #characters #cases #strict
  172. 引用字符串

    处理引用字符串的规范无关工具(在邮件、MIME类型等中)

    v0.6.1 3.4K #string #quoted #mime #mail #email
  173. 每个变体

    EveryVariant trait,为类型提供在枚举类型中或在嵌套枚举树中生成每个变体的方法。允许您轻松生成包含枚举的结构或嵌套枚举树中的每个变体的组合...

    v0.4.5 3.5K #enums #variant #testing #traits #string #generate #tree
  174. hunktool

    在git补丁/历史记录中查找字符串

    v0.4.1 #version-control #git #git-commit #string #diff #pattern #hunk
  175. hex_str

    帮助处理指定长度的十六进制字符串

    v0.1.1 77K #hex-string #hex #string #str #hexadecimal #hexstring
  176. copy_from_str

    一个扩展特质,用于将字符串复制到另一个字符串

    v1.0.6 400 #string #str #no-std
  177. rngstr

    一个用于生成具有自定义选项和小领域特定语言的随机字符字符串的cli工具

    v0.3.0 230 #random-string #random #string #character-set #dsl #foo-bar #regex
  178. random-string

    允许根据给定的字符集和长度生成随机字符串

    v1.1.0 11K #random #string #charset #length
  179. oxford_join

    使用牛津逗号连接字符串片段!

    v0.2.9 #string #join #list #grammar
  180. lexical-util

    用于词法创建的共享工具

    v0.8.5 1.6M #numbers #string #string-conversion #format #digits #floating-point #lexical
  181. som

    'som'编程语言

    v0.9.3 #programming-language #numbers #string
  182. seoul

    特质Isomorphism

    v0.3.5 1.0K #reflica #isomorphism #tuplike #string #into-wrap #derive-debug #debugging
  183. const_str_slice_concat

    字符串切片的连接

    v0.1.0 460 #string #slice #concatenation #dom #projects #reactive #isomorphic
  184. fsst-rs

    纯Rust实现的快速静态符号表算法,用于字符串压缩

    v0.2.3 600 #symbol-table #string #fsst #paper
  185. array_tool

    处理集合的辅助方法

    v1.0.3 12K #string #substitution #unique #grapheme #vector
  186. cityhash-sys

    Rust绑定的Google CityHash算法

    v1.0.6 170 #hash #string #hash-map #hasher #gamedev
  187. string_templater

    一个字符串模板,用于在字符串模板中注入值

    v0.1.3 #string #template #key-name #syntax #values #inject #rules
  188. strung

    使用不同的/自定义的前缀/后缀轻松访问字符串中的结构体字段:“Hello, {field}”

    v0.1.4 #struct-fields #format-string #string #struct #replace #format #fmt
  189. unic-locale

    用于管理Unicode区域标识符的API

    v0.9.5 #identifier #locale #unicode #serialization #string #manipulate #canonicalize
  190. fexpr

    过滤器查询语言解析器,以便您可以从用户输入安全地构建SQL、Elasticsearch等查询。

    v0.1.2 #query-language #query-parser #user-input #language #string #sql-parser #parser
  191. strpool

    字符串池/字符串内省

    v1.1.1 #string-interning #pool #string #str #intern #interning #no-std
  192. bracoxide

    一个功能丰富的库,用于大括号模式组合、排列生成和错误处理

    v0.1.3 6.5K #parser-combinator #permutation #combination #string #parser #brace-expansion #strings
  193. bigstr

    一个命令行工具,用于使字符串变大

    v0.1.1 #command-line-tool #string #big #font #background #offset #
  194. nom-grapheme-clusters

    适配器,允许nom考虑Unicode图形字符簇

    v0.5.2 #cluster #grapheme #nom #unicode #string #spans #character
  195. lib_tcstring

    IAB TCF v2 TCString 工具

    v0.5.0 310 #string #tcf #decode #tcstring
  196. debug_tree

    逐个构建树,并以美观的字符串输出

    v0.4.0 1.0K #tree #branch #output #string #debugging #end #recursion
  197. whitespace-sifter

    筛选重复的空白字符!

    v2.3.0 470 #white-space #duplicate #string #text #whitespace #sifter
  198. olis_string

    Rust 的小字符串优化,旨在替换 std::string::String

    v0.1.3 #string #optimization #replace #length #safety #unsafe #globalalloc
  199. utf64

    将 utf-8 字符串编码为 utf-64,并将其解码回原始字符串

    v1.0.1 #string #unicode #unicode-text #traits #utility #text-encoding #text
  200. arraystring

    基于固定容量栈的泛型字符串

    v0.3.0 33K #string #generic #array #stack #compile-time #generics #no-std
  201. ustr-fxhash

    快速、FFI友好的字符串池化

    v1.0.0 1.0K #string-interning #string #interning #ffi
  202. nameof

    宏,用于确定绑定、类型、常量或函数的字符串名称

    v1.2.2 1.7K #name #determine #macro #string #bindings #const
  203. math-parse

    用于计算作为字符串给出的数学表达式

    v1.0.2 #math-expressions #math-parser #operator #parse-error #expression-parser #string #compute
  204. esexpr

    序列化格式和相关工具

    v0.1.14 1.3K #binary-data #constructor #string #positional-arguments #tags #name #boolean
  205. whdp

    巫师超媒体文档解析器

    v1.2.0 #wizard #parser #hypermedia #protocols #document #status #string
  206. huffman-compression

    用于编码和解码 Huffman 字符串的包

    v0.1.2 #huffman #string #codec #algorithm #tree #decode #encode
  207. ss表

    排序字符串表,一种磁盘存储格式,用于存储不可变的键值对映射,可以通过键高效地检索值。此crate还具备布隆过滤器...

    v0.11.1 310 #bloom-filter #key-value-store #checksum #table #string #string-key #sorting
  208. pi_atom

    全局线程安全的原子字符串池减少了相同字符串的内存占用,并用于HashMap键

    v0.5.3 210 #thread-safe #atom #string #pi #pool #memory #reduce
  209. yash-quote

    POSIX shell脚本中使用的引用字符串

    v1.1.1 450 #posix-shell #shell #posix #string #argument #script #quote
  210. clitui

    为您的cli工具提供tui

    v0.1.1 260 #tui #interface #user-interface #terminal-interface #clap #string #help
  211. lib-base64

    一个base64(带填充)编码和解码库,实现了String和Vec类型的encode()和decode()方法

    v2.1.0 360 #base64 #decode-base64 #padding #string #methods #codec #encoding
  212. strong-type

    用于命名和强类型化原语和字符串的过程宏

    v0.12.0 #strongly-typed #primitive #string #strong-typing #proc-macro
  213. term_grid

    将字符串格式化为网格布局

    v0.2.0 5.6K #grid #string #font #cells #formatting #layout #space
  214. str-utils

    一些特型,用于扩展实现AsRef<[u8]>AsRef<str>的类型

    v0.1.7 550 #string #ascii #ends-with #starts-with #caseless
  215. enrede

    字符串编码库,提供类似于str/String的接口

    v0.1.3 150 #string #utf-8 #encoding #algorithm
  216. case_insensitive_string

    不区分大小写的字符串结构

    v0.2.5 3.5K #case-insensitive #string #struct
  217. serde_unit_struct

    (反)序列化单位结构为它的名称

    v0.1.3 3.8K #unit #serialization #deserialization #struct #no-alloc #name #string
  218. best_skn_message

    Rust消息库

    v1.2.4 330 #message #library #output #string #formatted #skn #notifications
  219. cpe

    Rust中CPE 2.2和2.3的处理

    v0.1.4 2.7K #hardware-devices #string #uri #applications #operating #bindings #os
  220. subtext

    Subtext文件格式的解析器

    v0.3.5 #file-format #parser #byte-buffer #string #interpret #tendril #recursion
  221. ua-parser

    用户代理字符串解析器项目

    v0.2.0 #user-agent #user-agent-parser #string #extractor #extract #regex #yaml
  222. substring

    字符串类型的方法

    v1.4.5 97K #string #slice #str #substr
  223. randem

    可选地打印一个随机表情符号,给定的字符串作为种子

    v0.1.0 #emoji #random #printing #seed #string
  224. quoth

    无扫描器(无词法分析),面向开发者的解析库,用于在Rust中实现领域特定语言(DSL)和语法解析器

    v0.1.7 550 #parser #dsl #language #object-oriented #parsing #string
  225. copstr

    COpy STRing模块

    v0.1.2 #string #copy #const-generics #fixed-size #capacity #module #stack
  226. dup-indexer

    从字符串、静态str、Vec或Box值创建非重复索引

    v0.4.0 900 #string #index #unique #unique-identifier #string-interning #duplicate #intern
  227. 尝试使用DuckDuckGo进行搜索。[搜索]

  228. target-tuples

    解析形式为<arch>-<vendor>-<system>的目标元组,类似于autoconf使用的那些

    v0.5.13 130 #tuple #target #parser #forms #string #autoconf #sub
  229. phasher

    CLI程序将密码哈希成PHC字符串

    v0.1.2 #password-hashing #password-hash #string #scrypt #argon2 #phc #cli
  230. php-literal-parser

    PHP字面量解析器

    v0.6.1 250 #php #literals #string #parser #representation #generic #deserialize
  231. anydate

    日期 & DateTime字符串解析器

    v0.4.0 #date-time #date-format #parse-date #string #serde #unknown #helper
  232. miniarg

    支持无标准库和无分配的最小化参数解析器

    v0.3.1 #arguments-parser #command-line #no-alloc #key-value #occurs #string #foo
  233. muddy

    静态字符串混淆库

    v0.2.2 160 #string #obfuscation #hide #obfuscate #binary-analysis #strings #static-analysis
  234. strprox

    Top-k字符串自动完成

    v0.3.3 #autocomplete #string #edit-distance #top-k #error-tolerant #prefix #paper
  235. sreplace

    高效且功能齐全的命令行字符串替换工具

    v0.9.5 #line-string #command-line #string #replace #file #command-line-tool #replacer
  236. sinter

    易于使用且快速的全球互斥池

    v0.1.1 #string-interning #interning #string #memory-management #allocation #interned
  237. fuzzydate

    灵活的日期解析库

    v0.2.2 260 #date-time #date #parse-date #string #fuzzy-string #time #parse
  238. matcher_c

    一款高性能匹配器,用于解决词匹配中的逻辑和文本变体问题,用Rust实现

    v0.5.4 800 #text #string #pattern #multi #string-search #search #search-pattern
  239. rti

    转换为/从Unix纪元时间

    v0.1.6 #date-time #epoch-time #time #command-line #command-line-tool #convert #string
  240. regex-lite

    一个优化二进制大小和编译时间的轻量级正则表达式引擎

    v0.1.6 1.9M #regex #size #capture #binary #string #group #engine
  241. minspan

    一个用于确定一个向量在另一个向量中最小跨度的包

    v0.1.2 2.7K #spans #string #minimum #within #matches #find #another
  242. RustyXML

    一个类似SAX的流式XML解析器,以及基于此的类似DOM的接口

    v0.3.0 44K #rustyxml #xml-parser #xml #parser #streaming-parser #xml-element #string #events
  243. simpledateformat

    类似于SimpleDateFormat.java风格的日期格式

    v0.1.4 3.5K #date-format #style #java #string #lib
  244. dyn-context

    用于生命周期擦除的机制

    v0.19.5 250 #lifetime #reference #type #lifetimes #temp #string
  245. non-empty-string

    非空字符串类型,类似于NonZeroUsize和同类

    v0.2.4 7.2K #non-empty #string #str #non-zero
  246. qrcoder

    一个从给定字符串生成QR码的CLI工具

    v0.2.1 #qr #string #generate #cli-tool #rust #cli
  247. relog

    强字符串归一化

    v1.0.13 170 #string #normalization #rewriting #systems #logic #syntax #strongly-normalizing
  248. mem_viewer

    Memory Viewer是一个Rust库,它提供宏并显示各种类型变量的内存内容。它允许用户以格式化的方式查看变量的名称、类型、大小和内存内容...

    v0.3.0 #content #variables #memory #display #string #view #boxed