-
regex
regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
-
textwrap
word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.
-
similar
A diff library for Rust
-
const_format
Compile-time string formatting
-
fancy-regex
regexes, supporting a relatively rich set of features, including backreferences and look-around
-
unicode-segmentation
Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules
-
unicode-normalization
functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15
-
ropey
A fast and robust text rope for Rust
-
pulldown-cmark
A pull parser for CommonMark
-
lazy-regex
lazy static regular expressions checked at compile time
-
widestring
wide string Rust library for converting to and from wide strings, such as those often used in Windows API or other FFI libaries. Both
u16
andu32
string types are provided, including support for UTF-16 and UTF-32… -
unicode-bidi
Unicode Bidirectional Algorithm
-
deunicode
Convert Unicode strings to pure ASCII by intelligently transliterating them. Suppors Emoji and Chinese.
-
tokenizers
today's most used tokenizers, with a focus on performances and versatility
-
convert_case
Convert strings into any case
-
termimad
Markdown Renderer for the Terminal
-
unicase
A case-insensitive wrapper around strings
-
html2text
Render HTML as plain text
-
emojis
✨ Lookup emoji in *O(1)* time, access metadata and GitHub shortcodes, iterate over all emoji, and more!
-
rustybuzz
A complete harfbuzz shaping algorithm port to Rust
-
unicode-width
Determine displayed width of
char
andstr
types according to Unicode Standard Annex #11 rules -
diff
An LCS based slice and string diffing implementation
-
Inflector
Adds String based inflections for Rust. Snake, kebab, camel, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize…
-
lopdf
PDF document manipulation
-
linkify
Finds URLs and email addresses in plain text. Takes care to get the boundaries right with surrounding punctuation like parentheses.
-
chardetng
A character encoding detector for legacy Web content
-
indenter
A formatter wrapper that indents the text, designed for error display impls
-
prettydiff
Side-by-side diff for two files
-
fuzzy-matcher
Fuzzy Matching Library
-
finl_unicode
handling Unicode functionality for finl (categories and grapheme segmentation)
-
stringprep
algorithm
-
text-splitter
Split text into semantic chunks, up to a desired chunk size. Supports calculating length by characters and tokens, and is callable from Rust and Python.
-
pulldown-cmark-to-cmark
Convert pulldown-cmark Events back to the string they were parsed from
-
roff
ROFF (man page format) generation library
-
unicode-script
exposes the Unicode
Script
andScript_Extension
properties from UAX #24 -
onig
Rust-Onig is a set of Rust bindings for the Oniguruma regular expression library. Oniguruma is a modern regex library with support for multiple character encodings and regex syntaxes.
-
mdbook
Creates a book from markdown files
-
slug
Convert a unicode string to a slug
-
const-str
compile-time string operations
-
unicode-general-category
Fast lookup of the Unicode General Category property for char
-
hyperlink
Very fast link checker for CI
-
charabia
detect the language, tokenize the text and normalize the tokens
-
ascii
ASCII-only equivalents to
char
,str
andString
-
titlecase
Capitalize text according to a style defined by John Gruber for Daring Fireball
-
text_io
really simple to use panicking input functions
-
google-dialogflow3
A complete library to interact with Dialogflow (protocol v3)
-
regex-syntax
A regular expression parser
-
tailspin
A log file highlighter
-
synoptic
low-level, syntax highlighting library with unicode support
-
lindera-cli
A morphological analysis command line interface
-
lngcnv
linguistics: display pronunciation, translate between dialects, convert between orthographies; support for multiple languages: English, Latin, Polish, Quechua, Spanish, Tikuna
-
printpdf
writing PDF files
-
diffy
Tools for finding and manipulating differences between files
-
regress
A regular expression engine targeting EcmaScript syntax
-
minimizer
Minimize files to find minimal test case
-
lipsum
lorem ipsum text generation library. It generates pseudo-random Latin text. Use this if you need filler or dummy text for your application. The text is generated using a simple Markov chain…
-
str_indices
Count and convert between indexing schemes on string slices
-
matchers
Regex matching on character and byte streams
-
text-size
Newtypes for text offsets
-
shell-escape
Escape characters that may have a special meaning in a shell
-
unescaper
Unescape strings with escape sequences written out as literal characters
-
epub-builder
generating EPUB files
-
unicode_names2
Map characters to and from their name given in the Unicode standard. This goes to great lengths to be as efficient as possible in both time and space, with the full bidirectional tables weighing barely 500 KB…
-
ferris-says
flavored replacement for the classic cowsay
-
line-index
Maps flat
TextSize
offsets to/from(line, column)
representation -
mdbook-katex
mdBook preprocessor rendering LaTeX equations to HTML
-
wana_kana
checking and converting between Japanese characters - Kanji, Hiragana, Katakana - and Romaji
-
unindent
Remove a column of leading whitespace from a string
-
mdbook-admonish
A preprocessor for mdbook to add Material Design admonishments
-
autocorrect
A linter and formatter for help you improve copywriting, to correct spaces, words, punctuations between CJK (Chinese, Japanese, Korean)
-
wildcard
matching
-
stringzilla
Faster SIMD-accelerated string search, sorting, fingerprints, and edit distances
-
mdbook-pdf
A backend for mdBook written in Rust for generating PDF based on headless chrome and Chrome DevTools Protocol
-
omekasy
Decorate alphanumeric characters in your input with various font; special characters in Unicode
-
mdcat
cat for markdown: Show markdown documents in terminals
-
unicode-id
Determine whether characters have the ID_Start or ID_Continue properties according to Unicode Standard Annex #31
-
sd
An intuitive find & replace CLI
-
yeslogic-ucd-generate
A program for generating packed representations of the Unicode character database that can be efficiently searched with support for additional tables
-
unicode-truncate
Unicode-aware algorithm to pad or truncate
str
in terms of displayed width -
rphonetic
Rust port of phonetic Apache commons-codec algorithms
-
stfu8
Sorta Text Format in UTF-8
-
newdoc
Generate pre-populated module files formatted with AsciiDoc that are used in Red Hat and Fedora documentation
-
hck
A sharp cut(1) clone
-
uncased
Case-preserving, ASCII case-insensitive, no_std string types
-
cruet
Adds String based inflections for Rust. Snake, kebab, camel, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize…
-
none-shall-pass
Artifact for GitHub Action to validate hyperlinks in all markdown files
-
jieba-rs
The Jieba Chinese Word Segmentation Implemented in Rust
-
unicode-blocks
contains a list of all unicode blocks and provides some functions to search across them
-
llmvm-core
The core application for llmvm
-
shell-toy
A "fortune | cowsay" implementation in Rust, i.e. a nice little toy to liven up your shell.
-
aho-corasick-unsafe
Fast multiple substring searching
-
vesti
A preprocessor that compiles into LaTeX
-
rustyline-async
A minimal readline with multiline and async support
-
pad
padding strings at runtime
-
font-types
Scalar types used in fonts
-
mdbook-yapp
A mdBook preprocessor for simple text replacements
-
slice-command
slice is a command-line tool that allows you to slice the contents of a file using syntax similar to Python's slice notation
-
file-organiser
Command line file manager to list, move or delete large numbers of files in nested folders filtered by age, file extension, file name pattern and/or size range
-
tossicat
입력된 단어에 맞게 같이 입력된 토시(조사)를 적절하게 변환하는 라이브러리
-
mlc
The markup link checker (mlc) checks for broken links in markup files
-
netidx
Secure, fast, pub/sub messaging
-
glu
Unpacks a Markdown document full of code snippets into a temp directory
-
prefix
A customizable pretty printer for FIX messages
-
languagetool-rust
LanguageTool API bindings in Rust
-
textpod
Local, web-based notetaking app inspired by 'One Big Text File' idea
-
pdf-extract
extract content from pdfs
-
mdbook-catppuccin
🎊 Soothing pastel theme for mdBook
-
console_static_text
Logging for text that should stay in the same place in a console
-
chewing
(酷音) intelligent Zhuyin input method
-
subplot
tools for specifying, documenting, and implementing automated acceptance tests for systems and software
-
stam
powerful library for dealing with stand-off annotations on text. This is the Rust library.
-
clipboard-rs
Cross-platform clipboard API (text | image | rich text | html | files | monitoring changes) | 跨平台剪贴板 API(文本|图片|富文本|html|文件|监听变化) Windows,MacOS,Linux
-
decancer
that removes common unicode confusables/homoglyphs from strings
-
hyphenation
Knuth-Liang hyphenation for a variety of languages
-
cow-utils
Copy-on-write string utilities for Rust
-
boreal
evaluate YARA rules, used to scan bytes for textual and binary pattern
-
hgrep
grep tool with human-friendly search output. This is similar to
-C
option ofgrep
command, but its output is enhanced with syntax highlighting focusing on human readable outputs. -
near-facsimile
Find similar or identical text files in a directory
-
ncount
A word count tool intended to derive useful stats from markdown
-
lindera
A morphological analysis library
-
difflib
Port of Python's difflib library to Rust
-
utf16_iter
Iterator by char over potentially-invalid UTF-16 in &[u16]
-
mdbook-graphviz
mdbook preprocessor to add graphviz support
-
wordcut-engine
Word segmentation/breaking library
-
vaporetto
pointwise prediction based tokenizer
-
xi-unicode
Unicode utilities useful for text editing, including a line breaking iterator
-
any_ascii
Unicode to ASCII transliteration
-
fm
Non-backtracking fuzzy text matcher
-
regex-cursor
regex fork that can search discontiguous haystacks
-
supply-chain-trust-example-crate-000022
Fast multiple substring searching
-
aki-resort
sort lines of text. You can use regex to specify the KEY.
-
skyspell
Fast and handy spell checker for the command line
-
scraps
A static site generator that builds a wiki from a set of markdown files
-
savvy
R extension interface
-
wezterm-bidi
The Unicode Bidi Algorithm (UBA)
-
unicode-ccc
Unicode Canonical Combining Class detection
-
molybdenum
Recursive search and replace CLI application
-
mupdf
Safe Rust wrapper to MuPDF
-
vidyut-prakriya
A Sanskrit word generator
-
unicode-reverse
Unicode-aware in-place string reversal
-
tantivy-analysis-contrib
A set of analysis components for Tantivy
-
igrepper
The interactive grepper
-
rapidfuzz
rapid fuzzy string matching library
-
stylin
Convert markdown to pandoc markdown with custom styles
-
vi
An input method library for vietnamese IME
-
hypher
separates words into syllables
-
fontconfig
Safe, higher-level wrapper around the Fontconfig library
-
jayce
tokenizer 🌌
-
entities
raw data needed to convert to and from HTML entities
-
mdbook-combiner
combine mdbook summaries from multiple source into one mdbook
-
mdbook-quiz
Interactive quizzes for your mdBook
-
mdbook-epub
An EPUB renderer for mdbook
-
fuzzt
Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
-
probly-search
A lightweight full-text search engine with a fully customizable scoring function
-
uwc
Counts things in unicode text files
-
notion2html
Convert Notion pages to HTML
-
regex-literal
delimited regular expression literals
-
spellbook
A spellchecking library compatible with Hunspell dictionaries
-
aneubeck-daachorse
Daachorse: Double-Array Aho-Corasick
-
unicode-security
Detect possible security problems with Unicode usage according to Unicode Technical Standard #39 rules
-
wchar
Procedural macros for compile time UTF-16 and UTF-32 wide strings
-
unicode-case-mapping
Fast lowercase, uppercase, and titlecase mapping for characters
-
quixote
Quizzes and tests in Markdown
-
gh-emoji
Convert
:emoji:
to Unicode using GitHub’s emoji names -
qpdf
Rust bindings to QPDF C++ library
-
trans-epub
Translate EPUB with CLI
-
what-rs
Identify what something is! A pyWhat reimplementation in Rust
-
collclean
Clean up collaboration commands in LaTeX files
-
tantivy-stemmers
A collection of Tantivy stemmer tokenizers
-
fontfor
find fonts which can show a specified character and preview them in terminal or browser
-
minix
straightforward minifier for JavaScript and CSS files, developed using Rust. This tool efficiently reduces the size of JS and CSS files by removing unnecessary characters, whitespace…
-
nvl-cli
A program to download webnovels
-
bashtestmd
Compiles shell commands in .md files into Bash scripts for testing
-
text_analysis
Analyze text stored as *.txt in provided file or directory. Doesn't read files in subdirectories. Counting all words and then searching for every unique word in the vicinity (+-5 words)…
-
prop-check-rs
A Property-based testing Library in Rust
-
minimo
terminal ui library combining alot of things from here and there and making it slightly easier to play with
-
tibco_ems
A high level API for the Tibco EMS
-
bfom
Brendan's Flavor of Markdown: I'll build my own markdown format, what could go wrong?
-
mdbook-typst
An mdBook backend to output Typst markup, pdf, png, or svg
-
uuhelp_parser
A collection of functions to parse the markdown code of help files
-
unicode_titlecase
add Unicode titlecase and Turkish and Azeri locale upper/lowercase utilities to chars and strings
-
graphannis
new backend implementation of the ANNIS linguistic search and visualization system
-
htmd-cli
The command line tool for htmd
-
focaccia
no_std implementation of Unicode case folding comparisons
-
ident_case
applying case rules to Rust identifiers
-
svgbob
Transform your ascii diagrams into happy little SVG
-
unicode_categories
Query Unicode category membership for chars
-
sk-skimmer
Fuzzy Finder in rust!
-
tantivy-jieba
that bridges between tantivy and jieba-rs
-
yffi
Bindings for the Yrs native C foreign function interface
-
fax
Decoder and Encoder for CCITT Group 3 and 4 bi-level image encodings used by fax machines TIFF and PDF
-
bbd
Binary Braille Dump
-
percent-encoding
Percent encoding and decoding
-
mdbook-pagebreaks
A mdbook preprocessor to insert page breaks when rendering to HTML
-
jetscii
A tiny library to efficiently search strings and byte slices for sets of ASCII characters or bytes
-
dvd-term
A bouncing ASCII art DVD logo (or custom text) for the terminal
-
stringcase
Converts string cases between camelCase, COBOL-CASE, kebab-case, and so on
-
case_insensitive_hashmap
A HashMap that uses case-insensitive strings as keys
-
pretty-xmlish
Pretty print XML-ish data with unicode art
-
frida-build
Rust bindings for Frida
-
vmks-exam-generator
CLI program for pseudo-randomly generating different variants of an embedded programming exam
-
zhconv
Traditional/Simplified and regional Chinese variants converter based on MediaWiki & OpenCC rulesets and powered by AC automata 轉換简体、繁體及兩岸、新馬中文地區詞,基於MediaWiki和OpenCC之字詞轉…
-
basic-text
Basic Text strings and I/O streams
-
mut-str
A toolkit for working with mutable string slices (&mut str)
-
newslookout
A web scraping platform built for news scanning, using LLMs for text processing, powered by Rust
-
sile
Simon’s Improved Layout Engine
-
termfactor
is your terminal sick, mid or sus? test your terminal features & find out
-
zalgo-codec
Convert an ASCII text string into a single unicode grapheme cluster and back. Provides a macro for embedding Rust source code that has been encoded in this way.
-
mdbook-mermaid
mdbook preprocessor to add mermaid support
-
frawk
an efficient Awk-like language
-
nlpo3
Thai natural language processing library, with Python and Node bindings
-
zspell
Native Rust library for spellchecking
-
norad
Read and write Unified Font Object files
-
autotex
Continuously compile TeX and LaTeX
-
mdbook-theme
A preprocessor and a backend to config theme for mdbook, especially creating a pagetoc on the right and setting full color themes from the offical ace editor
-
fontkit
font loading and indexing
-
pandoc
API that wraps calls to the pandoc 2.x executable
-
emojic
Emoji constants
-
tbll
tbll outputs data in tabular format
-
treegrep
A pattern matcher frontend or backend which displays results in a tree
-
rustyink
Blazing fast static site generator
-
retryable-result
repeatedly try on some recoverable errors until too many or a fatal error
-
lexical-sort
Sort Unicode strings lexically
-
capitalize
Change first character to upper case and the rest to lower case, and other common alternatives
-
mktoc
Generate Table of Contents from Markdown files
-
fasttext
binding
-
levenshtein_automata
Creates Levenshtein Automata in an efficient manner
-
lindera-ko-dic-builder
A Korean morphological dictionary builder for ko-dic
-
serpl
terminal UI for search and replace, ala VS Code
-
grok
popular java & ruby grok library which allows easy text and log file processing with composable patterns
-
sublime_fuzzy
Fuzzy matching algorithm based on Sublime Text's string search
-
nu_plugin_emoji
a nushell plugin called emoji
-
inkjet
A batteries-included syntax highlighting library for Rust, based on tree-sitter
-
mdbook-alerts
mdBook preprocessor to add GitHub Flavored Markdown's Alerts to your book
-
arrow-row
Arrow row format
-
supply-chain-trust-example-crate-000021
regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
-
kelp
A convert tool for Japanese
-
cskk
C ABIから使う事を目的とした SKK(Simple Kana Kanji henkan)方式のかな漢字変換ライブラリ
-
shell2batch
Coverts simple basic shell scripts to windows batch scripts
-
bpetok
CLI for tokenizing text input using Byte Pair Encoding (BPE)
-
nucleo-matcher
plug and play high performance fuzzy matcher
-
pulldown-cmark-toc
Generate a table of contents from a Markdown document
-
rustkorean
processing Korean characters. It provides functionalities to check if a character is Korean, classify Korean characters, verify if a character is a leading consonant (choseong), a medial vowel (jungseong)…
-
mdbook-pandoc
A mdbook backend that outsources most of the rendering process to pandoc
-
text2num
Parse and convert numbers written in English, Dutch, Spanish, German, Italian or French into their digit representation
-
hh-highlight
hh: The text highlighter. Read from stdin, and highlight selected words printed to stdout
-
unicode-bidi-mirroring
Unicode Bidi Mirroring property detection
-
aki-xcat
concatenate files that are plain, gzip, xz and zstd
-
fish-printf
printf implementation, based on musl
-
gst-plugin-textahead
GStreamer Plugin for displaying upcoming text buffers ahead of time
-
pinyin-parser
Parses a string of pinyin syllables. Covers marginal cases such as
ẑ
,ŋ
andê
. -
precis-tools
Tools and parsers to generate PRECIS tables from the Unicode Character Database (UCD)
-
egui-dropdown
An actual dropdown list for egui
-
array_tool
Helper methods for processing collections
-
figlet-comment
quickly create banner to use as comments
-
abbreviation_extractor
extracting abbreviations from text
-
dcsv
Dyanmic csv reader,writer,editor
-
rust_string_utils
String utilities for rust based on org.apache.commons.lang3
-
oxford_join
Join string slices with Oxford Commas!
-
stam-python
STAM is a library for dealing with standoff annotations on text, this is the python binding
-
ib-pinyin
一个高性能拼音匹配库
-
uast
Unicode Aware Saṃskṛta Transliteration in Rust 🦀
-
libreofficekit
in Rust
-
dom-content-extraction
Content extraction via text density paper
-
typed-oid
Typed Object IDs
-
filenamify
Convert a string to a valid filename
-
terminal-clipboard
a minimal cross-platform clipboard
-
in_definite
Get the indefinite article ('a' or 'an') to match the given word. For example: an umbrella, a user.
-
extract_anchors
Утилита для извлечения из исходных кодов всех помеченных отрывков
-
mini_markdown
Small markdown renderer
-
rutie
The tie between Ruby and Rust
-
rust-persian-tools
Official Rust implementation of Persian Tools
-
chocodye
changing the color of the chocobos' plumage in Final Fantasy XIV
-
ewts-cli
Converter from EWTS (Extended Wylie Transliteration Scheme) to Tibetan Unicode symbols (cli)
-
uclanr
A random word picker that gives you actually useful words
-
mdbook-toc
mdbook preprocessor to add Table of Contents
-
bwrap
A fast, lightweight, embedded systems-friendly library for wrapping text
-
whitespace-sifter
Sift duplicate whitespaces away!
-
colonnade
format tabular data for display
-
analiticcl
approximate string matching or fuzzy-matching system that can be used to find variants for spelling correction or text normalisation
-
git-blamediff
A program to automatically annotate changes to a file in git(1)
-
detone
Decompose Vietnamese tone marks
-
wit-bindgen-markdown
Markdown generator for WIT and the component model, typically used through the
wit-bindgen-cli
crate -
nanohtml2text
A zero-dependency library to convert HTML to plain text
-
harfbuzz_rs_now
A high-level interface to HarfBuzz, exposing its most important functionality in a safe manner using Rust
-
advreader
Split text file into text sequences, strings and (line) comments
-
dptran
run DeepL translations on command line written by Rust
-
termdiff
Write a diff with color codes to a string
-
crowbook-text-processing
some utilities functions for escaping text (HTML/LaTeX) and formatting it according to typographic rules (smart quotes, ellipsis, french typograhic rules)
-
minspan
a package for determining the minimum span of one vector within another
-
dialogi
A dialog parser
-
arf-strings
Encoding and decoding for ARF strings
-
pluralizer
Rust package to pluralize or singularize any word based on a count inspired on pluralize NPM package
-
mdbook-linkcheck2
A backend for
mdbook
which will check your links for you -
numeric-sort
A zero-allocation, human-readable sorting library
-
chamkho
Khmer, Lao, Myanmar, and Thai word segmentation/breaking library and command line
-
latex-thebib
Clean and sort legacy TeX bibliographies written using ‘thebibliography’ via the
refactor
sub-command. Compile BibTeX files to legacythebibliography
TeX code using thecompile
sub-command… -
matcher_rs
A high-performance matcher designed to solve LOGICAL and TEXT VARIATIONS problems in word matching, implemented in Rust
-
text-to-ascii-art
program to convert text to ASCII art
-
sourceannot
render snippets of source code with annotations
-
heart-strings
Quickly get random heart emojis to copy!
-
asciigraph
Ascii Graph
-
secular
No Diacr!
-
unicode-width-16
Determine displayed width of
char
andstr
types according to Unicode Standard Annex #11 rules -
obmrs
As a participant, you will create a structure to receive and hold the exchange-distributed order book. This structure will be called the OrderBoard, and will hold the order book's bids and asks as a price-sorted map…
-
ipset_lookup
ipset is a command-line tool that takes networks or IPs and searches through a lot of different threat feeds quickly. It can also download the feed data necessary to perform the queries…
-
shwild
(for Rust)
-
tree-sitter-stack-graphs-typescript
Stack graphs definition for TypeScript & TSX using tree-sitter-typescript
-
iepub
epub、mobi电子书读写
-
words-count
Count the words and characters, with or without whitespaces
-
mdbook-angular
mdbook renderer to run angular code samples
-
unidown
Convert Markdown to Unicode
-
mdbook-cmdrun
mdbook preprocessor to run arbitrary commands
-
obsidian-export
associated CLI program to export an Obsidian vault to regular Markdown
-
gen-mdbook-summary
generate SUMMARY.md for mdbook project
-
line-straddler
Determine how lines through text (underlines, strikethroughs, etc) should be rendered
-
kathoey
text feminization using open corpus linguistics data
-
unicode-xid
Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31
-
as3_parser
ActionScript 3 parser
-
avt
asciinema virtual terminal
-
rust-ai
A collection of 3rd-party AI APIs for Rust
-
santoka
Translations of 668 of Taneda Santoka's free-verse haiku
-
chinese_dictionary
A searchable Chinese / English dictionary with helpful utilities
-
sqdj
sqdj shortens delimited data
-
dprint-plugin-markdown
Markdown formatter for dprint
-
mdopen
Preview markdown files in a browser
-
pager
pipe your output through an external pager
-
just-enough-emojis
text to emoji cli
-
rs-tool
A command-line tool to perform reservoir sampling on a file or a stream
-
pray
A tui tool for preparing a prompt to the llms
-
easy_reader
easily navigating forward, backward or randomly through the lines of huge files
-
rsonpath-lib
Blazing fast JSONPath query engine powered by SIMD. Core library of
rsonpath
. -
nu-utils
Nushell utility functions
-
url_parser
URL Parser is a Rust parser developed to parse URLs into structured components such as scheme, domain, path, query and fragment
-
indefinite
Prefix a noun with an indefinite article - a or an - based on whether it begins with a vowel
-
mdbook-open-on-gh
mdbook preprocessor to add a open-on-github link on every page
-
pprint
Flexible and lightweight pretty printing library for Rust
-
text-editing
string with utilities for editing
-
linebreak
breaking a given text into lines within a specified width
-
regex-charclass
Manipulate and convert regex character classes
-
dmos
Djot HTML renderer with advanced features
-
charname
Incredibly simple library that just gives you the Unicode name for a character
-
utf8_iter
Iterator by char over potentially-invalid UTF-8 in &[u8]
-
html_parser_tarasenko
Базовий HTML-парсер на Rust з використанням Pest
-
lorem-ipsum
Quickly generate placeholder test
-
tesseract-rs
Rust bindings for Tesseract OCR with optional built-in compilation
-
common-words-all
Most common words sorted by ngram frequency
-
substring
method for string types
-
unicode-joining-type
Fast lookup of the Unicode Joining Type and Joining Group properties
-
deliminator
Universal code documentation generator
-
mini-openai
An OpenAI API client with minimal dependencies
-
unicode-canonical-combining-class
Fast lookup of the Canonical Combining Class property
-
mdbook-ocirun
mdbook preprocessor to run arbitrary commands and code snippets inside containers
-
supply-chain-trust-example-crate-000098
Determine displayed width of
char
andstr
types according to Unicode Standard Annex #11 rules -
date_time_parser
Rust NLP library for parsing English natural language into dates and times
-
mdbook-spec
An mdBook preprocessor to help with the Rust specification
-
arabic_reshaper
Reconstruct Arabic sentences to be used in applications that doesn't support Arabic script
-
gh_page_tool
A github gh-pages tool for static blog site
-
tectonic_bridge_core
Exposing core backend APIs to the Tectonic C/C++ code
-
rmbs
Remove any fluff, corporate speak, or other bullshit from input text and print the TL;DR essence of what's being said, using the www.bullshitremover.com public LLM API
-
seshat-unicode
A Unicode Library for Rust. Unicode 16.0.0 ready. XID_Start and XID_Continue are also available.
-
inflections
High performance inflection transformation library for changing properties of words like the case
-
diary-cli
A powerful cli for documenting and keeping a diary
-
svgc
svgc
(previously SvgCompress) is a tool for compressing SVG files by removing unnecessary whitespace, comments, metadata and some other data. It also supports optimization with SVGO and compression into SVGZ. -
rustsay
CLI tool in Rust that mimics the classic cowsay program, allowing a cow to speak your text in the terminal
-
mdbook-typst-pdf
mdbook typst pdf backend
-
indent
Functions for indenting multiline strings
-
codepack
A *lightning-fast* tool that transforms a directory into a single, LLM-friendly text file, perfect for easy processing and analysis
-
mandown
Markdown to groff (man page) converter
-
cbfr
A buffer that run on stack, focusing on performance and speed
-
uwurs
UwUify your strings with uwurs!
-
crlify
A std::io::Write wrapper that replaces with on Windows
-
ColorShell
A small crate for coloring text for rust
-
iirs
Inverted repeats finder
-
typo_checker
Searches for typos of English words and returns matches or similar words.(英単語のタイポを検索し、合致もしくは類似する単語を返却します)
-
mdbook-chess
An mdbook preprocessing plugin to generate chess boards
-
poppler-sys-rs
Low-level (FFI) bindings for poppler-glib
-
diacritics
Remove diacritics from letters, for example when standardizing input for a search
-
armnod
random string generator
-
sre-engine
A low-level implementation of Python's SRE regex engine
-
mdbook-pikchr
A mdbook preprocessor to render pikchr code blocks as images in your book
-
hidden_watermark
Hidden Watermark in Rust
-
inlet_manifold
A general purpose highlighting library
-
utilprint
easily using colors or unicode in your terminal printing
-
cesu8
Convert to and from CESU-8 encoding (similar to UTF-8)
-
repr
The regular-expression-as-linear-logic interpretation and its implementation
-
fetch-catnip
fetch displaying system information and a cute cat
-
simple-string-patterns
Makes it easier to match, split and extract strings in Rust without regular expressions. The parallel string-patterns crate provides extensions to work with regular expressions via the Regex library
-
picodiff
Tiny GUI app to compare text easily
-
textcode
Text encoding/decoding library. Supports: UTF-8, ISO6937, ISO8859, GB2312
-
ragtime
Easy Retrieval Augmented Generation
-
roman-numerals-rs
Manipulate well-formed Roman numerals
-
dbxcase
Dropbox-compatible case-folding algorithm
-
hebrew_unicode_script
A lightweight library to check if a hebrew character belongs to certain collections
-
mkwebsite
build websites using markdown
-
ethan-rs-wc
The ethan-rs-ws(erwc) is word, line, character, and byte count. Like wc command but not just wc command, more accurate and faster. Text can also be read from standard input for statistics.
-
md-tui
A terminal markdown viewer
-
tremor-kv
A logstash inspured key value extractor
-
smol-symbol
compile-time globally unique, 25-character, 128-bit symbols similar to the Symbol type in Crystal Lang
-
hangeul
Korean alphabet manipulation library
-
str_inflector
Adds String based inflections for Rust. Snake, kebab, camel, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize…
-
swimos_model
SwimOS Generic Representation of the SwimOS Serialization Model
-
asciidork-eval
Asciidork eval
-
natural
Pure rust library for natural language processing
-
jpreprocess
Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language)
-
swift-check
High-performance, robust, and expressive searching and validation (uses SIMD on x86_64, aarch64, and WASM)
-
lookbook
Component preview framework for Dioxus
-
bogrep
Full-text search for bookmarks from multiple browsers
-
bump-bin
Increments version with semver specification
-
wikipedia_prosesize
Count Wikipedia prose size
-
regexy
lightweight Rust library for working with regular expressions. The regexy crate provides an easy-to-use interface for matching patterns in strings using regex
-
choco
markup language for dialogue systems
-
stylish-ansi
stylish
helpers for writing styles as ANSI escape codes -
pink_accents
Replacement of patterns in string to simulate speech accents
-
betacode
conversion
-
pandoc_types
Rust port of pandoc-types
-
iregex
Intermediate representation for Regular Expressions
-
merge_pdf
Merge PDF files in a directory
-
rewrite
Safely rewrite file contents from stdin, even when file is open as an input
-
kbremap
Custom keyboard layouts for windows
-
safe-string
safe interface for interacting with multi-byte strings in Rust, namely IndexedStr, IndexedString, and IndexedSlice
-
mdbook-presentation-preprocessor
A preprocessor for utilizing an MDBook as slides for a presentation
-
harfbuzz_rs
A high-level interface to HarfBuzz, exposing its most important functionality in a safe manner using Rust
-
nu_plugin_regex
nu plugin to search text with regex
-
aki-gsub
substitude text command, replace via regex
-
orly
Download O'Reilly books as EPUB
-
slack-blocks-render
Slack blocks render is a Rust library to render Slack blocks as Markdown
-
semsimian
Sematic similarity calculations for ontologies implemented in Rust
-
yara-x
A pure Rust implementation of YARA
-
asimov-sdk
ASIMOV Software Development Kit (SDK) for Rust
-
soundex-rs
that calculates soundex value
-
lcat
lolcat in rust! Full unicode support, escapes for ANSI escape sequences, hue shift in Cubehelix
-
textra
type less, write more
-
kbo
Spectral Burrows-Wheeler transform accelerated local alignment search
-
mtc-token-healing
Token healing implementation
-
dodo-zh
operate on pinyin and cedict.u8 file
-
mdbook-rustviz
An mdbook preprocessor that allows users to embed RustViz visualizations into mdbook projects
-
gosyn
Golang syntax parser in Rust
-
rins_markdown_parser
markdown parser written on Rust
-
json_to_table
pretty print JSON as a table
-
unicount
Alphabetic counter supporting unicode
-
mdi
markdown include
-
broken-md-links
A command-line tool and library to detect broken links in Markdown files
-
char-ranges
Iterate chars and their start and end byte positions
-
bobo_html_parser
parser of html markdown
-
yamd
Markdown Document (flavour)
-
simdutf
Unicode validation and transcoding at billions of characters per second
-
catalog-of-markdown
Generate the catalog of markdown file
-
shopping-parser
A Rust-based parser for parsing structured product information and shopping lists, supporting multiple currencies and units
-
bin-rs
Binary Reader from multi source
-
unic-ucd-ident
UNIC — Unicode Character Database — Identifier Properties
-
zipcodes
Query US zipcodes without SQLite
-
dnd-character
A Dungeons and Dragons character generator
-
quranize
Encoding transliterations into Quran forms
-
presenterm
A terminal slideshow presentation tool
-
mdbook-variables
mdBook proprocessor for risolve variables configured from book.toml
-
truncate_string_at_whitespace
Truncate a &str at the closest whitespace to a specified length with unicode safety
-
rust-beam
A LaTeX slide generator you can write in faster than beamer
-
mdbook-dtmo
Creates a book from markdown files with added plugins
-
datatroll
a robust and user-friendly Rust library for efficiently loading, manipulating, and exporting data stored in CSV files
-
utf58
High-tech encoding of the Unicode space in one quibble and up to 3 bytes
-
mdbook-d2
D2 diagram generator plugin for MdBook
-
harper-core
The language checker for developers
-
mdbook-codeblocks
A mdbook preprocessor to prepend customizable vignette to code blocks
-
cloc
Count, or compute differences of, lines of source code and comments
-
indent_write
Write adapters to add line indentation
-
mdbook_fork4ls
Fork of mdBook for mdBook_LS
-
ssbm_utils
A collection of useful tools for working with data from Super Smash Bros Melee
-
poriborton
Interconversion between Unicode and various Bengali ANSI encodings
-
gspell
Rust bindings for gspell
-
ferret
A trigram-based tool for detecting similarity in groups of text documents or program code
-
human_regex
A regex library for humans
-
indicator-extractor
Extract indicators (IP, domain, email, hashes, etc.) from a string or a PDF file
-
casespaetzle
This package introduces common identifier case traits and a macro for case trait generation
-
bce
-
lowcharts
draw low-resolution graphs in terminal
-
slicestring
slicing Strings
-
md-ulb-pwrap
Markdown paragraph wrapper using Unicode Line Breaking Algorithm
-
utf16_lit
macro_rules to make utf-16 literals
-
character_converter
Turn Traditional Chinese script ot Simplified Chinese script and vice-versa and tokenize
-
paltoquet
rule-based general-purpose tokenizers
-
dicexp
A Dice Expression Interpreter program and library for parsing (and rolling) role-playing game style dice notations (e.g. "2d8+5")
-
stop-words
Common stop words in many languages
-
grammalecte_client
Grammalecte HTTP client
-
repvar
A tiny CLI tool that replaces variables of the style
${KEY}
in text with their respective value. It can also be used as a rust library -
pdf-rename
This script reads a list of PDF files from a specified directory and renames each file based on its content. The renaming logic uses the content of the PDF to generate a more descriptive and meaningful filename.
-
fmtm
A diff-friendly Markdown formatter that breaks lines on sensible punctuations and words to fit a line width
-
trpl
A support crate for The Rust Programming Language book
-
mdbook-pagetoc
A mdbook plugin that provides a table of contents for each page
-
abbreviator
abbreviating long words
-
pragmatic-segmenter
Rust port of pySBD v3.1.0
-
clafrica
This application allows you to type most of the characters in the african alphabet in any text field
-
markdown-extract-cli
Extract sections of a markdown file with a regular expression
-
avatarsay
Beautiful quotes from Avatar: The Last Airbender
-
chord3
Create pdf songbooks from chopro source
-
mdsh
Markdown shell pre-processor
-
cglue-bindgen
cleanup cbindgen headers for CGlue
-
llmvm-codeassist
A LLM-powered code assistant that automatically retrieves context (i.e. type definitions) from a Language Server Protocol server.
-
message_segment_calculator
package to calculate SMS message segments
-
selmr
Package to create and use Simple Explainable Language Multiset Representations
-
wikidump
parsing Mediawiki XML dumps
-
escrit
learning languages by reading texts
-
data-streams
Extension traits for reading and writing data with streams
-
mdbook-plantuml
A preprocessor for mdbook which will convert plantuml code blocks into inline SVG diagrams
-
asciimath-unicode
Convert asciimath to unicode
-
ruby_inflector
Adds String based inflections for Rust. Snake, kebab, camel, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize…
-
lorem-rustum
lib for generating lorem-ipsum with a rusty fleur
-
syllabize-es
Syllabize Spanish text, and much more
-
tracery
Text-expansion library
-
tfidf-text-summarizer
extractive text summarization system which uses TF-IDF scores of words present in the text to rank sentences and generate a summary
-
sapling-renderdag
Render a DAG into ASCII or Unicode text
-
uwl
A management stream for bytes and characters
-
loc
Count lines of code (cloc) fast
-
transportations_library
Knowledge stack for transportation
-
csv_to_table
pretty print CSV as a table
-
mdbook-keeper
An improved testing experience for mdbook
-
str-utils
some traits to extend types which implement
AsRef<[u8]>
orAsRef<str>
-
rst_parser
a reStructuredText parser
-
prolangkit
A set of language-agnostic utilities for langdev
-
mdbook-metadata
mdBook preprocessor to parse markdown metadata
-
float-pretty-print
Format f64 for showing to user, not for serialisation
-
surt-rs
Sort-friendly URI Reordering Transform (SURT)
-
ultra-nlp
A NLP library
-
tree-sitter-stack-graphs
Create stack graphs using tree-sitter parsers
-
mdbook-curly-quotes
mdBook preprocessor that replaces straight quotes with curlyquotes, except within code blocks or code spans
-
mdbook_rash
Binary to create doc from
rash
code -
typst-ansi-hl
highlights your Typst code using ANSI escape sequences
-
substring-replace
developer-friendly methods to manipulate strings with character indices
-
iconv-native
A lightweight text encoding converter based on platform native API or libiconv
-
dekor
styling and character repository in Rust
-
rust-regex-dsl-creator
Regular expression DSL derive macros
-
aki-mcolor
mark up text with color
-
harfbuzz
Rust bindings to the HarfBuzz text shaping engine
-
crowbook
Render a Markdown book in HTML, PDF or Epub
-
tre-regex
Rust safe bindings to the TRE regex module
-
mdbook-embedify
based mdbook preprocessor plugin that allows you to embed apps to your book, like youtube, codepen and some other apps
-
kindle2cbz
extracting images from kindle books in MOBI format to CBZ archives
-
hydroper_source_text
Source text containing line locations
-
simple_peg
A command-line peg parser implemented by Rust
-
streampager
pager for command output or large files
-
unicode-intervals
Search for Unicode code points intervals by including/excluding categories, ranges, and custom characters sets
-
mdbook-kroki-preprocessor
render kroki diagrams from files or code blocks in mdbook
-
url_encor
A lightweight library to encode and decode special characters in urls
-
cow-rewrite
Rewrite copy-on-write types copying only when it's neccessary
-
yozuk
Chatbot for Programmers
-
tfon
Bitmap font parsing / conversion
-
mantra-lang-tracing
Contains functionality needed to collect requirement traces from code or plain text files for the
mantra
framework -
svgbob_cli
Transform your ascii diagrams into happy little SVG
-
mdbook-cat-prep
a preprocessor for mdbook which provides teacher, subject, material and tag functionality
-
pulldown-cmark-mdcat
Render pulldown-cmark events to TTY
-
metatron
core library
-
convert_string
A trait to convert Strings to safe non-keywords and/or convert a Strings case (snake_case, PascalCase, ...)
-
vectorscan-rs
Ergonomic bindings to the Vectorscan high-performance regex library
-
angr
analyse ngrams in text files
-
eternaltwin_constants
Hammerfest store implementation
-
lisho
personal link shortener with no external dependencies in under 200 lines of Rust
-
clarifai_grpc
The official Clarifai gRPC Rust client
-
tower_allowed_hosts
tower allowed hosts layer
-
portmanteau
create portmanteaux
-
kataru
YAML-based dialogue engine for game development
-
strip-tags
Strip HTML and PHP tags from strings
-
jawk
JSON AWK
-
egg-mode-text
Text parsing for Twitter: character counting, hashtag/mention extraction
-
easy_random
Generate random data easily with easy_random :)
-
lindera-ko-dic
A Japanese morphological dictionary for ko-dic
-
slugify
Macro for flexible slug generation
-
sbert
Sentence Bert (SBert)
-
rustblocks
tetromino based falling blocks game
-
plagiarismbasic_lib
Basic plagiarism checker written in Rust
-
pdf_composer
Create PDF documents from YAML Front Matter source documents
-
zh_num
Convert ASCII numbers and zh words
-
advanced_string_generator
A command-line tool for generating strings based on customizable regex patterns
-
reason-shell
Reason: A Shell for Research Papers
-
term_grid
formatting strings into a grid layout
-
srake
RAKE Algoritm
-
mathemascii
AsciiMath parsing and rendering
-
html-auto-p
function like
wpautop
in Wordpress. It uses a group of regex replaces used to identify text formatted with newlines and replace double line-breaks with HTML paragraph tags. -
malachi
A domain specific pattern matching language made for defining bot commands
-
lindera-dictionary
A morphological analysis library
-
advent-ocr
Converts ASCII-art representations of letters generated by Advent of Code puzzles into a String containing those letters
-
tu
CLI tool to convert a natural language date/time string to UTC
-
tiny_pretty
Tiny implementation of Wadler-style pretty printer
-
lemmeknow
Identify any mysterious text or analyze strings from a file
-
giff
Visualizes the differences between the current HEAD and a specified branch in a git repository using a formatted table output in your terminal. The differences are displayed with color-coded…
-
fuzzy-string-distance
Fuzzy string distance comparisons
-
brzozowski
Work with regular expressions using Brzozowski derivatives. "
-
image-to-ascii
Converts images and gifs to ascii art
-
mdbook-yml-header
mdBook preprocessor for removing yml header
-
fluxcap
time expression parsing inspired on duckling
-
csml_interpreter
The CSML Interpreter is the official interpreter for the CSML programming language, a DSL designed to make it extremely easy to create rich and powerful chatbots
-
mitex-parser
Parser for MiTeX
-
wimbd
A CLI for inspecting and analyzing large text datasets
-
uapi-version
Compare versions according to the UAPI Version Format Specification
-
readability
Port of arc90's readability project to rust
-
stego_wps
text-based steganography using the Words Per Sentence (WPS) method. It allows encoding and decoding hidden messages within the structure of a given text.
-
latinrs
Rust package that transliterates text and characters into thier latin form
-
snailquote
Escape and unescape strings with shell-inspired quoting
-
mdbook-hints
mdBook preprocessor to add hover hints to your book
-
supply-chain-trust-example-crate-000066
functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15
-
formatjson
Formats JSON files
-
kanbanrs
A basic kanban task manager written with egui
-
ik-rs
chinese segment, ik-analyzer for rust
-
mdbook-preprocessor-utils
writing mdBook preprocessors
-
cogni
Unix native interface for LLMs
-
etch
Not just a text formatter, don't mark it down, etch it
-
sixbit
Small packed strings
-
mdbook-private
An mdbook preprocessor that controls visibility of private chapters and sections within them
-
whichlicense_detection
detect licenses used by the WhichLicense project
-
htmd
A turndown.js inspired HTML to Markdown converter
-
sanitize-filename-reader-friendly
A filename sanitizer aiming to produce reader friendly filenames
-
cindex
CSV indexing library
-
uo_rst_parser
fork of rst_parser with fixes for upstream-ontologist
-
ut1_blocklist
UT1 blocklist URL/domain filters
-
verify_string
verifying strings
-
bigstr
A command-line tool to make string BIG
-
man
Generate structured man pages
-
gregex
Regex solver utilizing NFA
-
asmfmt
A formatter designed for programs in assembly language with AT&T syntax
-
midstring
Create a string between two other strings, that is lexicographically halfway between them
-
rust_readability
A package to assess the complexity of texts using a variety of readability formulas
-
mdtrans
Markdown parser and transformer using
pest.rs
, focused on flexibility to a project’s needs -
film_parser
application for parsing detailed film data from raw text, including information such as title, release year, director, screenwriter, cast, genre, and runtime, into a structured Film…
-
wiki_corpus_grammar
Extract text from Wikipedia dumps (.bz2) and convert it to JSONLines format
-
textwrap-macros
procedural macros to use textwrap utilities at compile time
-
mdbook-tools
A collection of tools for mdbook
-
palmdoc-compression
Fast & safe implementation of PalmDoc/MOBI/AZW/Kindle flavored LZ77
-
casile
The command line interface to the CaSILE toolkit, a book publishing workflow employing SILE and other wizardry
-
uniart
A CLI tool to convert images and gifs to terminal characters
-
text_lines
Information about lines of text in a string
-
bytescolor
A versatile Rust library for colorizing strings and byte data in terminal applications using ANSI escape codes
-
inflector-plus
Adds String based inflections for Rust. Snake, kebab, camel, word, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize…
-
regex_generate
Use regular expressions to generate text
-
tergo-formatter
Formatter for tergo
-
cli-colors
A CLI tool for outputting text in ANSI format with features like colors, underlining, boldening, and italicizing
-
matcher_py
A high-performance matcher designed to solve LOGICAL and TEXT VARIATIONS problems in word matching, implemented in Rust
-
text_trees
textual output for tree-like structures
-
blitztext
fast keyword extraction and replacement in strings
-
owoify_rs
port of mohan-cao's owoify-js is released under MIT license, which is also the same license of owoify-js. This simple library will turn any string into nonsensical babyspeak similar…
-
markov-text
creating a small markov model for text generation
-
screen_printer
displaying rectangular blocks of text to a terminal
-
tabprinter
creating and printing formatted tables in the terminal. It supports various table styles and offers both color and non-color output options.
-
wantora
wantora工具
-
rust_iso15924
ISO 15924, Codes for the representation of names of scripts, is an international standard defining codes for writing systems or scripts (a "set of graphic characters used for the written form of one or more languages")…
-
unicode-display-width
Unicode 15.1.0 compliant utility for determining the number of columns required to display an arbitrary string
-
glk
Bindings for the Glk I/O interface for hosting interactive fiction interpreters
-
gaze
small utility library with the goal of making it easier to scan/lex text and collections
-
wikidot-normalize
provide Wikidot-compatible string normalization
-
docket
markdown to HTML documentation rendering
-
thesaurus
An offline thesaurus library for Rust
-
linkcheck2
extracting and validating links
-
vndb_tags_get
convert VNDB tag list (JSON to markdown)
-
mdbook-linkcheck
A backend for
mdbook
which will check your links for you -
rust-tfidf
calculate TF-IDF (Term Frequency - Inverse Document Frequency) for generic documents
-
zet
zet finds the union, intersection, set difference, etc of files considered as sets of lines
-
tnipv-lint
lints for tnipv, the Telcoin Network Improvement Proposal validator
-
antex
Styled text and tree in terminal
-
encoding-next
Character encoding support for Rust
-
isbn
handling ISBNs
-
tengwar
Transliterate text into J.R.R. Tolkien's Tengwar.
-
justcsv
CSV-file reader/writer
-
charx
A replacement for char::is_ascii*
-
text-tokenizer
Custom text tokenizer
-
rs-line-count
counts number of lines(' ')
-
quake_text
Utils for Quake strings and characters
-
linurgy
Manipulate the output of multiple newlines. Replace/Insert/Append newlines with text. Input and output from stdio/files/buffers
-
ragegun
Performs lexica based analysis on text (i.e. age, gender, PERMA, OCEAN personality traits, ..)
-
rofi-mode
High-level library for creating Rofi plugins and custom modes
-
easy-regex
Make long regular expressions like pseudocodes
-
r-matrix
Rust port of cmatrix
-
libcoerced
serde_json and generic text content matching, verification and coercion
-
runiq
An efficient way to filter duplicate lines from input, à la uniq
-
csmlinterpreter
The CSML (Conversational Standard Meta Language) is a Domain-Specific Language developed for creating conversational experiences easily
-
google-fonts
Download and cache TTF fonts from Google
-
argentum_user_business
Business layer of user component
-
tzgrep
grep tar.gz
-
text-parsing
Hierarchical text processing preserving char position info
-
pukram2html
converting Pukram-formatted text to HTML
-
mudder
Generate lexicographically-spaced strings between two strings from pre-defined alphabets
-
jawohl
Complete JSON documents from a stream of JSON tokens
-
anslatortray
translate from English to Pig Latin!
-
royal_road_archiver
An archival program and library for the webnovel site RoyalRoad
-
flowistry_ide
Information Flow in the IDE for Rust
-
mdbook-fs-summary
Summary generator for mdbook
-
hmd
Custom Markdown Engine for my personal blog
-
utf8-io
Traits and types for UTF-8 I/O
-
tgrep
Toy grep that honors .gitignore
-
libopenlipc-sys
Wrapper around liblipc to interact with Kindle dbus-based LIPC events
-
mdbook-davids_cooking
A preprocesor for whatever https://davidsotomarchena.gitlab.io/davids-cooking/ needs
-
pandoc-ac
pandoc filter for converting acronym codes to LaTeX
-
archive-pdf-urls
Extract all links from a PDF and archive the URLs in the Internet Archive's Wayback Machine
-
emojicon
Find Emoji by using Emoticons and GitHub's, Bengali emoji names
-
aho-corasick
Fast multiple substring searching
-
markov
A generic markov chain implementation in Rust
-
codespan_preprocessed
Beautiful diagnostic reporting for M4 (or cpp) preprocessed text files
-
mdbook-check-missing-md
A backend for
mdbook
which will find Markdowns you forgot on SUMMARY.md -
textspan
Text span utility
-
levenshtein_lite
No-frills implementation of a Levenshtein Automata and the Levenshtein Distance function
-
twas
A text substitution application for using random look-up tables to generate text in a manner similar to the Mad Libs game
-
character-set
High performance
set.contains(char)
-
hns
Human numeric sorting program — does what
sort -h
is supposed to do! -
regex-chunker
Iterate over the data in a
Read
type in a regular-expression-delimited way -
mecab
Safe Rust wrapper for mecab a japanese language part-of-speech and morphological analyzer library
-
instant-segment
Fast English word segmentation
-
czv
performing CSV-related operations for data engineering and analysis
-
mdrss
generating RSS feeds from markdown files
-
supply-chain-trust-example-crate-000037
Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
-
mdbook-tabs
mdBook plugin for rendering content in tabs
-
stringmatch
Allow the use of regular expressions or strings wherever you need string comparison
-
hyperscan
bindings for Rust with Multiple Pattern and Streaming Scan
-
marker
finding issues in CommonMark documents
-
bubble-bath
Small and quick HTML sanitizer
-
roe
Unicode case conversion
-
worcher
full-text search for static websites
-
chunkr
A fast and quick chunking library for rust
-
rpgtools
Collection of utilities to help run tabletop role-playing games
-
to-binary
Converts From Hex, UTF-8, Vector of Bytes, or a Byte Slice to a Binary String And Implements Many Useful Functions For Binary Strings
-
auto-regex
Automagically finds a regex that best matches an example and a sample list
-
slow-scan-print
Text is printed at fixed intervals by character or by line, and its name is inspired by SSTV (Slow Scan TV)
-
indentsort
Structure-preserving sorting of arbitrary indented text
-
litua
Read a text document, receive its tree in Lua and manipulate it before representing it as string
-
fiberplane-markdown
convert Fiberplane Notebooks to and from Markdown
-
unic-emoji-char
UNIC — Unicode Emoji — Emoji Character Properties
-
somedoc
A very simple document model and markup generator
-
pullup
Convert between markup formats
-
lodestone
A website wrapper for FFXIV's lodestone
-
elden-ring-saver
ansi2
-
gender_guesser
that guesses the gender of a given name
-
indented_text_writer
IndentedTextWriter
-
rsnltk
Rust-based Natural Language Toolkit
-
Person_Parser
Rust parser
-
forbidden-bands
8-bit string handling library
-
console-utilities
handling console input and output utilities
-
minify-html-common
Common code and data for minify-html*
-
string-patterns
Makes it easier to work with common string patterns and regular expressions in Rust, adding convenient regex match and replace methods (pattern_match and pattern_replace) to the standard…
-
wildcard_ex
extended wildcards that allows VB-like specifications
-
visa
(Virtual Instrument Software Architecture) Wrapper which allows concurrent and dynamic switching between visa implementations from different vendors
-
unflow
DSL to convert design to code
-
owned_chars
Owned iterators with the same output as Chars and CharIndices
-
case
A set of letter case string helpers
-
markdown_converter
html to markdown converter and flavored markdown to discord markdown converter
-
uwu-rs
uwuifying library
-
cheetah
An extremely fast and flexible static site generator
-
align
aligning text
-
qsv_vader_sentiment_analysis
Bindings for Rust from the original Python VaderSentiment analysis tool. Forked for use with qsv.
-
botanical-latin
Decliner / conjugator / inflector for classical / botanical Latin
-
recvmsg
Traits for receiving datagrams reliably, without truncation
-
isixhosa
help process text in isiXhosa
-
bcdown
Bilibili漫画下载器,written in Rust,支持epub pdf zip格式
-
sttx
belt for transforming speech-to-text data
-
neuralassimilator
fine-tuning Language Learning Models (LLMs) from unstructured text
-
wz
Count words, fast
-
rdfoothills-mime
collection of mostly small, RDF related utilities, including conversion between different serialization formats, using external tools. This part provides RDF serialization format types (plus HTML)…
-
zspell-cli
Command line interface for the ZSpell spellchecking library
-
markov_str
Markov Chain implementation optimized for text generation
-
markdown-formatter
Flavored Markdown (ZH) content formatter
-
my_parser_rrin
My parser
-
squidge
shortens delimited data
-
analyse-json
CLI tool for inspecting (Newline Delimited) NDJSON or JSON to understand the contents
-
java_string
Java strings, tolerant of invalid UTF-16 encoding
-
utils_rust
这是一个用于各种实用功能的 Rust 库
-
gdnative-doc
Documentation tool for gdnative
-
mdbook-gitbook
mdBook preprocessor to properly render GitBook specific syntax
-
easy_io
Fast and dead-simple IO for competitive programming in Rust
-
xconv
A high-performance batch file encoding conversion tool
-
make_it_braille
A CLI tool and library to manipulate unicode braille images
-
aqkanji2koe
wrapper for Rust
-
ttaw
talking to a wall, a piecemeal natural language processing library
-
searcher_txt
A copy of grep that i mate to train my rust skills
-
rust-regex-dsl
Regular expression DSL
-
mdbook-svgbob2
Alternative mdbook preprocessor for svgbob
-
readable-regex
Regex made for humans. Wrapper to build regexes in a verbose style.
-
dnd_spellbook_maker
making pdf documents of spells that ressemble 5th edition D&D official source book spell descriptions
-
dedent
Procedural macro for stripping indentation from multi-line string literals
-
xi-rope
A generic rope data structure built on top of B-Trees
-
lindera-unidic-builder
A Japanese morphological dictionary builder for UniDic
-
ultra
Cryptanalysis of the Engima
-
reword
some utility functions for human-readable formatting of words
-
cosmic-text
Pure Rust multi-line text handling
-
sesdiff
Generates a shortest edit script (Myers' diff algorithm) to indicate how to get from the strings in column A to the strings in column B. Also provides the edit distance (levenshtein).
-
pho
PHOnetic alphabet renderer
-
text-colorizer
Transitionary package
-
ncase
Enforce a case style
-
jp_utils
Utils for working with Japanese text
-
dmos-cli
Djot HTML renderer with advanced features - CLI
-
match-pinyin-with-hanzi
Checks whether the sentence in Chinese characters (汉字) matches with the sentence in pinyin (拼音). Erhua is supported.
-
notedown_ast
Notedown Abstract Syntax Tree
-
mdbook-tocjs
A mdbook preprocessor which adds extra js and css file for ToC hydration
-
anystr
An abstraction over string encoding that supports ASCII, UTF-8, UTF-16 and UTF-32
-
merge-whitespace
Procedural macros for merging whitespace in const contexts
-
wool
Preview Github Markdown Offline
-
tangler
Extracts code blocks from Markdown documents
-
kashida
Insert Kashidas/Tatweel into Arabic text, e.g. for justification purposes.
-
text_unit
Newtypes for text offsets
-
display_bytes
Human-readable display of byte sequences
-
nih_log
An opinionated yet flexible logger catering to the needs of the NIH-plug plugin framework
-
unicode-casing
Titlecase helper function on characters
-
quickmd
Quickly preview a markdown file
-
sms_splitter
An SMS message splitter and part calculator with support for GSM and Unicode
-
punycode
Functions to decode and encode Punycode
-
sapling-streampager
streampager is a pager for command output or large files
-
unveil-rs
Unveil Rs is a tool to create presentations from markdown files
-
lister-cli
Lister: Navigate Markdown Lists
-
tagsearch
Filter plaintext files based on @keyword tags
-
markdown-gen
generating Markdown files
-
wcount
CLI word counting tool
-
mle
The markup link extractor (mle) extracts links from markup files (Markdown and HTML)
-
dispnet-hash
Hash Library used for Dispnet
-
ungoliant
The pipeline for the OSCAR corpus
-
ewts
Converter from EWTS (Extended Wylie Transliteration Scheme) to Tibetan Unicode symbols (lib)
-
kbnf-regex-automata
A forked version of regex-automata for kbnf
-
cyrconv
A funny faux cyrillic character mapper
-
document_tree
reStructuredText’s DocumentTree representation
-
asimov-core
ASIMOV Software Development Kit (SDK) for Rust
-
strsplit
Split a string slice using a delimiter of your choice
-
marktask
A CLI tool for parsing and manipulating Markdown tasks
-
tokengrams
Compute n-gram statistics and model language over pre-tokenized text corpora used to train large language models
-
jira-clean
clean up Jira task description that is an output of jira-cli tool
-
dtex
Better TeX
-
loe
Very fast and yet another line ending (CRLF <-> LF) converter written in Rust
-
pomsky-bin
Compile pomsky expressions, a new regular expression language
-
veg
Flexible tables
-
mdbook-mdinclude
Preprocessor for mdBook that better handles including markdown files
-
flashtext2
The FlashText algorithm implemented in Rust
-
hebrew
alephbet primatives and parsing library for rust
-
hexstring
handling hexadecimal string
-
markdown-toc
Markdown Table of Contents generator
-
markdown-table
Creating markdown tables with Rust!
-
mitex
TeX2Typst converter
-
yinzhe9
喵喵隐者9
-
gematria_rs
Gematria, a traditional Hebrew numerology system
-
hitori
Generic compile-time regular expressions
-
galm
pattern matching library
-
cesu8-str
CESU-8 and Java CESU-8 string validation and manipulation
-
asciidork-opts
Asciidork opts
-
langsan
sanitizing language model input and output
-
khat
A cat clone, nothing more nothing less
-
clima
A minimal Markdown reader in the terminal
-
prototty_render
Traits for defining a renderer and a view
-
ps-str
String transcoding library
-
unicode_names2_generator
Generates the perfect-hash function used by
unicode_names2
-
recase
Changes the convention case of input text
-
qm-role-build
Role builder from markdown tables
-
rep-grep
wgrep/write-grep CLI
-
uwuify
fastest text uwuifier in the west
-
mdbook-callouts
mdBook preprocessor to add Obsidian Flavored Markdown's Callouts to your book
-
bk-tree
A Rust BK-tree implementation
-
fast_aug
Fast data augmentation for text
-
plsfix
Text cleaner upper
-
imperative
Check for imperative mood in text
-
adobe-cmap-parser
parse Adobe CMap files
-
line-numbers
Find line numbers in strings by byte offsets, quickly
-
cargo-markdown
Local crates.io readme development server with ultra-fast hot reloading goodness
-
rusty-x
A snippet manager in Rust
-
p4d-mdproof
Markdown to PDF converter
-
rasciigraph
function to plot ascii graphs
-
story-dl
Story web scraping
-
koji
An interactive CLI for creating conventional commits
-
spacey
a tiny yet performant whitespace vmm/interpreter
-
ansi-width
Calculate the width of a string when printed to the terminal
-
akai
Next-generation, functional and simple ID system
-
founder
The package provides a font toolbox
-
untanglr
Probabilistically split concatenated words using NLP based on English Wikipedia unigram frequencies
-
grep-reader
short text for crates.io
-
ascii-hangman-backend
customizable Hangman game with ASCII-art rewarding for children (backend)
-
minigrepsada
Test
-
rusty_tools
useful tools for rust
-
fimdoc
Firendship is Magic Document, converts Markdown into FIMFiction BBCode
-
djotters
Djot (Markdown) parser that runs at hyper speeds!
-
tinytoken
tokenizing text into words, numbers, symbols, and more, with customizable parsing options
-
onig_sys
onig_sys
crate contains raw rust bindings to the oniguruma library. This crate exposes a set of unsafe functions which can then be used by other crates to create safe wrappers around Oniguruma… -
texcore
Create LaTeX documents using native Rust types
-
pulldown_mdbook
A pull parser for mdBook
-
c6o-obsidian-export
associated CLI program to export an Obsidian vault to regular Markdown
-
strfry
randomize a string
-
text-transliterate
transliterate texts using the SO iconv from POSIX
-
txt_to_md
Command converting from a txt file to a markdown file
-
markovish
Markov chain implementation for text generation
-
nfa_regex
NFA regex engine for text processing
-
udp-logger-rs
Log macro for log's kv-unstable backend and a UDP socket logger
-
mdbook-force-relative-links
An
mdbook
pre-processor to transform all local links to relative ones -
cellumina
configure and run cellular automata
-
markdown2pdf
Create PDF with Markdown files (a md to pdf transpiler)
-
character_frequency
counting character frequencies in a string concurrently
-
ultron
A web base text-editor with strong focus on displaying multi-width characters correctly
-
godotdoc
documentation generator for GdScript
-
slugify-rs
generate slugs from strings
-
rtss
A command-line tool to annotate stdout/stderr with elapsed times
-
yeslogic-unicode-blocks
Functions to access and search Unicode blocks
-
subject-classifier
classifying a commit by it's subject
-
tectonic_engine_xetex
The XeTeX engine as a reusable crate
-
mdbook-najan
Preprocessor for the Najan mdBook
-
path2regex
Express style path to RegExp utility
-
mathematica-notebook-filter
mathematica-notebook-filter
parses Mathematica notebook files and strips them of superfluous information so that they can be committed into version control systems more easily -
vec-string-to-static-str
providing utilities for converting vectors of
String
s into vectors of&'static str
-
ru-html-extractor
A universal web page main content extractor based on line block density distribution
-
detect-newline-style
Determine a string's preferred newline character
-
ngrammatic
Character-oriented ngram generator and fuzzy matching library
-
bstr
A string type that is not required to be valid UTF-8
-
techlead
CLI is a command-line interface that enables developers to chat with an AI assistant powered by the OpenAI GPT language model, designed specifically to help with your Rust project
-
bilingual
A cmdline tool used for markdown translation via calling Chinese translation api cloud services
-
sayit
String replacements using regex
-
text-scanner
A UTF-8 char-oriented, zero-copy, text and code scanning library
-
kanjidic_types
A collection of types encompassing the variety of data about kanji available from Kanjidic
-
tantivy-czech-stemmer
Czech stemmer as Tantivy tokenizer
-
speech-synthesis
Common traits for speech synthesis
-
vidyut-lipi
A Sanskrit transliterator
-
rust-texas
generate latex documents
-
lexmatch
lexicon matching tool that, given a lexicon of words or phrases, identifies all matches in a given target text. Uses suffix arrays.
-
faster-chars-count
counting length of chars faster than Chars::count()
-
twitter-text
in Rust
-
bge
Rust interface for BGE Small English Embedding Library
-
rsmorphy
Morphological analyzer / inflection engine for Russian and Ukrainian (soon) languages (WIP)
-
mdbook-embed
A preprocessor that simplifies embedded URL
-
wordmarkov
but flexible Markov chain library, specifically for text sentences, which handles punctuation and whitespace
-
hyphenation_commons
Proemial code for the
hyphenation
library -
br-pdf
PDF Invoice Processing
-
ufofmt
A fast, flexible UFO source file formatter based on the Norad library
-
neo-mime
Strongly Typed Mimes
-
find_unicode
Find Unicode characters, the easy way!
-
ucd
Extends the char type to provide access to most fields of the UCD, Unicode Character Database, as of version 9.0.0. It aims to be compact, fast, and use minimal dependencies (only rust's core crate)…
-
unescape
Unescapes strings with escape sequences written out as literal characters
-
mdbook-svgdx
mdbook preprocessor to convert svgdx fenced code blocks into inline SVG images
-
mdbook_incremental_preview
Incrementally preview mdBook, patching changes instead of making full rebuilds
-
kspconfigtool
KSP1 ConfigNode parser and block removal tool
-
pi_ucd
unicode字符函数,获得字符的语言区间段;及根据文字排版的需要,判断字符是否为单字字符或字母字符
-
letter-sequence
A method to create sequence displayed as uppercase or lower letters, or digits
-
todo-to-issue
CLI tool that converts forgotten TODO comments into actionable GitHub issues
-
code-splitter
Split code into semantic chunks using tree-sitter
-
iver
-
ob
A Blog and RSS system written in Rust
-
lingua-german-language-model
The German language model for Lingua, an accurate natural language detection library
-
mdcat-http-reqwest
Reqwest-based HTTP resource handler for mdcat
-
streamparser
Adapt simple stream parsers for different types of streams
-
uulm-sopra23-group03-core
Core library for implementing Battle of the Centerländ
-
aki-mline
match line, regex text filter like a grep of linux command
-
sapling-drawdag
Parse an ASCII DAG into graph edges
-
kas-text
Text layout and font management
-
harfbuzz-sys
Rust bindings to the HarfBuzz text shaping engine
-
boss
Baseball Open Source Software
-
sm-search
way of searching through text - for people who are too lazy to use Regex
-
spongebob
convert text to spongebob case a.k.a tHe MoCkInG sPoNgEbOb MeMe
-
reddish
A Rust utility library
-
censor
text profanity filter
-
quickner-core
A fast and simple NER tool
-
sejong
Buffer is a buffer that can receive ASCII bytes different from keyboard and send out UTF-32 Hangul string. This buffer allows deletion by Jamo.
-
ngram
Iterator adaptors for n-grams and k-skip-n-grams
-
tet_rs
A third-party implementation of Text Entry Throughput (ref. https://doi.org/10.1145/3290605.3300866) for Rust
-
abjad
Calculate the numerical abjad value of Arabic-script text
-
regexgrep
ripgrep tool that suports regular expressions
-
synox
Program synthesis of string transformations from input-output examples
-
yeslogic-fontconfig-sys
Raw bindings to Fontconfig without a vendored C library
-
cur
that will hunt for your regular expression
-
bfom-lib
Brendan's Flavor of Markdown: I'll build my own markdown format, what could go wrong?
-
mdbook-scientific
Enables inline equations for mdbook to set by $..$ signs and $$..$$
-
deepl-rustls
DeepL API - RusTLS Fork
-
slicedisplay
Simplistic Display implementation for Vecs and slices
-
ranting
Linguistic formatting placeholder extensions for rust
-
runestr-pancjkv
rune
-based Pan-CJKV support -
notegraf
Core library for building a graph-oriented notebook
-
rascii_art
Advanced ASCII Art Generator
-
dequote
Remove nested quotes around text
-
CFDTCP
Short text clustering for determining center points and correlation judgment [one-hot,Jenks Natural Breaks]
-
g2-unicode-jp
convert Japanese Half-width-kana[半角カナ] and Wide-alphanumeric[全角英数] into normal ones
-
weggli-ruleset
Ruleset managment/matching/reporting for weggli patterns
-
ryaspeller
lib for searching typos in text, files and websites
-
refac
Transform some text given a generic natural language prompt
-
alass-ffi
FFI bindings for subtitle synchronization with alass
-
pulldown-cmark-escape
An escape library for HTML created in the pulldown-cmark project
-
repgrep
An interactive command line replacer for
ripgrep
-
utf8_reader
A UTF-8 reader that read UTF-8 characters from object that implement Read trait
-
pdf2pwg
Single purpose A4 page renderer rendering PDF using pdfium to PWG/URF
-
haoxue-dict
Chinese dictionary and word segmenter
-
jpreprocess-dictionary
Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language)
-
mdtranslation
prepare multi-lingual Markdown documents
-
regex-split
split_inclusive for the regex crate
-
ftrace
trace files and paths
-
mdbook-image-size
A mdbook preprocessor which support image size syntax
-
lindera-cc-cedict
A Japanese morphological dictionary for CC-CEDICT
-
grammateus
facilitate working with Ancient Greek words
-
matcher_c
A high-performance matcher designed to solve LOGICAL and TEXT VARIATIONS problems in word matching, implemented in Rust
-
mdbook-bash-tutorial
A mdbook preprocessor that allows embedding Bash scripts as tutorials
-
invisible_unicode
finding invisible unicode characters
-
markdown-extract
Extract sections of a markdown file
-
sedregex
Sed-like regex library
-
guarding
guardians for code, architecture, layered. Guarding crate a architecture aguard DSL which based on ArchUnit.
-
fast-str
A flexible, easy-to-use, immutable, efficient
String
replacement for Rust -
sauropod
Stellular Shared Resources
-
xpanda
Unix shell-like parameter expansion/variable substitution
-
char_reader
Safely read wild streams as chars or lines
-
sluggify
slug or clean url generator for rust. With default settings, you will get an hyphenized, lowercase, alphanumeric version of any string you please, with any diacritics removed, whitespace and dashes collapsed…
-
string-utility
substring implementation (with the RangeBound trait), keep string before or after a specified string, etc
-
kana-converter
converter for half-width/full-width Japanese language characters (katakana, hiragana, and ASCII)
-
fiat-lux
Offline terminal-accessible Bible
-
idna-cli
Encode/decode Unicode domain names to/from IDNA ASCII
-
sortuniq
Find or count unique values in an input stream
-
emoji
Every emoji, their metadata, and localized annotations
-
qpprint
console printing/formatting
-
mdbook-preprocessor-boilerplate
Boilerplate code for mdbook preprocessors
-
unicode_categories_zheyuye
Query Unicode category membership for chars
-
meaningsearch
package that helps you find meaningful lines of any given input. Especially useful in CTFs.
-
unicode-vo
Unicode vertical orientation detection
-
in_rainbows_printer
Prints some In Rainbows-style (the Radiohead album) text to your termial
-
spellabet
Convert characters into spelling alphabet code words
-
skyspell_kak
skyspell - kakoune integration
-
encoded-words
Encoded Words for usage in MIME headers
-
jpreprocess-njd
Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language)
-
castle_shared_parser
Castle Shared Parser
-
valid_rust_char
A tiny library to check if a char it's valid in a rust file
-
mdbook-indexing
mdbook preprocessor for index generation
-
gbx
GBX (Grundbuch-Exchange) Dateiformat
-
strizer
minimal and fast library for text tokenization
-
nibi
static site generator. (WIP, implementing)
-
strcursor
string cursor type for seeking through a string whilst respecting grapheme cluster and code point boundaries
-
rut
A small UTF-8 parsing library for applications that need to parse individual
char
s -
testcall
companinon crate to bintest, implements test facilities
-
character_text_splitter
splitting text into chunks with overlap, designed for handling large amounts of text efficiently. Implementation is identical to langchain's CharacterTextSplitter
-
enum-ts
TypeScript Enum pattern matcher codegen
-
tradukisto
Kinda useful natural language translation library and utility
-
pulldown_typst
A pull parser for Typst markup
-
bzzz
Bee-Speak Translator
-
ripsecrets
A command-line tool to prevent committing secret keys into your source code
-
split-every
Split for every n occurrences of a pattern iteratively!
-
chisel-lexers
Chisel backend lexers/scanners
-
text_to_emoji
Convert text to emoji
-
asciimath-text-renderer
Render asciimath in terminal
-
hello_lib
Demonstrate Generics Function
-
umlauts
text transformation of german umlauts
-
loading
Show loading in terminal
-
mdbook-external-links
Open external links inside your mdBooks in a different tab
-
gimme
Pull useful data out of your clipboard
-
scatternotes
A cli application to manage unstructured notes
-
snake_case_converter
convert strings to snake case
-
mdbook-open-git-repo
mdbook preprocessor to add a open-on-git-repo link on every page
-
jcalendar
Japanese Calendar for Rust
-
html-to-pulldown-cmark-events
Parse HTML to pulldown-cmark's events
-
swot
community-driven or crowdsourced library for verifying that domain names and email addresses are tied to a legitimate university of college
-
bitranslit
Bi-directional transliterator for Rust. Transliterates strings according to the rules specified in the language packs.
-
commonregex
Rust port for CommonRegex. Find all times, dates, links, phone numbers, emails, ip addresses, prices, hex colors, and credit card numbers in a string. We did the hard work so you don't have to.
-
irg-kvariants
wrapper around kvariant from hfhchan/irg
-
hfs_nfd
Handle Apple's unique NFD-like Unicode normalization, which is used in HFS+, in Rust
-
fast_symspell
Spelling correction & Fuzzy search
-
csvsc
Build processing chains for CSV files
-
explore
terminal file explorer
-
texting
string helpers
-
mdzk
Plain text Zettelkasten based on mdBook
-
bitflip
functions to generate bitflips of binary and UTF-8 strings
-
hi-doc
Diagnostics formatting library
-
common_substrings
Finding all common strings
-
redpatterns
a list of patterns for scanners 📟
-
charclass
define and modify unicode character classes
-
normalize-hebrew-rs
package that normalizes special symbols within Hebrew string used in the Qumran-Digital project
-
ucfirst
Uppercase the first letter of a string
-
solstice_glyph
A fast text renderer for solstice, powered by glyph_brush
-
divvunspell-bin
Spellchecker for ZHFST/BHFST spellers, with case handling and tokenization support
-
zhlint
A linting tool for Chinese text content
-
ellipse
Truncate and ellipse strings in a human-friendly way
-
rl-sys
Native bindings to libreadline
-
notmecab
tokenizing text with mecab dictionaries. Not a mecab wrapper.
-
my_mini_grep
A mini application that aims to replicate the behavior of the grep shell command
-
bureau
extracting dependency licenses, used by nertsio
-
tiniestsegmenter
Compact Japanese segmenter
-
ab-radix-trie
A compressed radix trie implementation supporting matching rules
-
codes-iana-charset
This package contains an implementation of the IANA Character Set registry
-
mitex-spec
Specification Library for MiTeX
-
runiq-lib
An efficient way to filter duplicate lines from input, à la uniq
-
ucd-raw
Uninterpreted access to the unicode UCD
-
mdbook-quiz-schema
Schema for quizzes used in mdbook-quiz
-
cfasttext-sys
fastText ffi binding
-
ferrissay
cowsay
-
charwise
This lightweight, dependency-free rust library provides a convenient way to read characters from different resources
-
uwu_cli
uwuifying the terminal
-
unindenter
unindent text
-
caser
Change text between PascalCase, camelCase, and snake_case
-
rulet
figlet implementation
-
rustrings
Strings manipulation for Rust
-
mdbook-numthm
An mdbook preprocessor for automatically numbering theorems, lemmas, etc
-
git-busy
A wrapper around "git commit" that generates the commit messages for you
-
help_crafter
help message generator without hussle
-
cautious-octo-funicular
Test: shipping an mdbook with API docs
-
write16
A UTF-16 analog of the Write trait
-
mdbook-skill-tree
mdbook plugin to show roadmaps
-
rust_stringz
string manipulation library for Rust that you should probably don't need. It's just for learning purposes.
-
anon-csv-cli
anonymise CSV files, providing various options to substitute real data with plausable fake data
-
any2utf8
Convert any enncoding to utf-8
-
chardet
rust version of chardet
-
pinot
Fast, high-fidelity OpenType parser
-
glifnames
Mapping of characters to glyph names according to the Adobe Glyph List Specification
-
mdbook-svgbob
SvgBob mdbook preprocessor which swaps code-blocks with neat SVG
-
enso-lazy-reader
An efficient buffered reader
-
text_layout
Text layout algorithms
-
mdbook-collector
A mdbook preprocessor which collects json/yaml/toml data from each post and builds a json file of it
-
uwubot
discord bot for uwuifying text
-
no-comment
Remove rust-style line and block comments from a char iterator
-
mask-text
mask text with multiple masking options
-
hyper-old-types
HTTP types from hyper 0.11.x
-
wattle
tools for rust
-
nmd-core
Official NMD compiler core
-
repub-rs
binary for converting mhtml webpages into remarkable-style summarized epubs
-
hebrew_unicode_utils
Some functions for processing Hebrew unicode characters
-
rupantor
A Bengali Phonetic Parser which is very flexible and supports Avro Phonetic
-
pdf_composer_definitions
PDF Composer definitions crate
-
wordpieces
Split tokens into word pieces
-
macro_colors
colorful printing macros
-
cowonverter
owo-ify text files. provides a simple function for this purpose.
-
remove-markdown-links
Turns
[example](https://example.com)
intoexample
. That’s it -
readability-text-cleanup
cleaning up text from HTML using Mozilla's Readability algorithm
-
text-diff
text diffing and assertion library
-
translitrs
Transliteration utility for Serbian language
-
json-peek
Amature JSON parser library designed for my specific need
-
aki-mcycle
mark up text with cycling color
-
stardict
Rust implement stardict
-
tpt
Pure Rust implementation of the Unix concatenate (cat), word-count (wc) and echo command
-
azusa
String index transformer for Rust utf8 to JavaScript utf16
-
is-vowel
Heuristically test whether a character is a vowel letter
-
grace-cli
CLI tool for processing files and strings
-
whitespace-conf
Key-value configuration file delimited with whitespaces
-
group-similar
Group similar values based on Jaro-Winkler distance
-
slack_update
app to set Slack status, emoji and photo
-
rcut
replacement for GNU cut that supports UTF-8
-
buss-protocol
Bussin binary protocol
-
clippers
Cross-platform clipboard management library
-
rs-wordcloud
☁ Flexible WordCloud implementation for ⚙Rust
-
markov_strings
A simplistic Markov chain text generator
-
afrim-memory
handle of sequential codes easier for an input method
-
vape
full width aesthetics
-
utfx
-
gecliht
A disparate collection of text manipulation and formatting algorithms
-
event_parser
Rust NLP library for parsing English natural language into icalendar events
-
snekdown
A parser for the custom snekdown markdown syntax
-
mdbook-last-changed
mdbook preprocessor to add the last modification date per page
-
extract-words
Extracts words from text without allocation
-
rustic_print
A versatile Rust library for enhancing console output. It offers a range of features to create a more engaging and informative command-line interface.
-
stylish-core
The semver-stable subset of
stylish
-
encoding_c
C API for encoding_rs
-
escape-bytes
Escapes bytes that are not printable ASCII characters
-
markdown-it-autolink
A markdown-it plugin for parsing GFM autolinks
-
mdbook-plugin-utils
mdBook plugins
-
spoilers
High-level Rust bindings for CTranslate2
-
lf_lint
Linter that checks that all files in <PATH> ends with a newline
-
swrite
Infallible alternatives to write! and writeln! for Strings
-
dictcc
Rust API for reading and querying the dict.cc offline translation database
-
mdbook-iced
An mdBook preprocessor to turn iced code blocks into interactive examples
-
emoji_converter
Converts text to emojis
-
looking-glass
reflection & type-erasure library for Rust
-
rust_baht_text
Convert number to Thai Baht text
-
naromat
Convert text to narou novel format
-
ruSTLa
A reStructuredText → LarST ⊂ LaTeX transpiler
-
monkey-printer
infinite nr of monkeys you could write Shakespeare
-
line_adjustment
Line adjustment example
-
pangu2
Paranoid text spacing for good readability, to automatically insert whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols)
-
kirjat-rs
prices for finnish textbooks from multiple stores
-
terminal_cli
A standalone library with no-std support for command line terminal interfaces. With autocomplete support, helpers for commands and properties and a prompt implementation.
-
goodname
assist you with cool naming of your methods and software
-
charmap
one-to-(none/one/many) character mapping
-
mdbook-infisearch
InfiSearch plugin for Mdbook
-
esperanto-text
Convert Esperanto text between UTF-8, x-system and h-system transliterations
-
korean_regex
Regex extension for Hangeul analysis
-
confusables
around Unicode confusables/homoglyphs
-
word-star-puzzle-solver
A CLI tool for solving VGs word star puzzle
-
unic-ucd-age
UNIC — Unicode Character Database — Age
-
trie-match
Fast match macro
-
whitespace_text_steganography
A steganography strategy that uses whitespace to hide text in other text
-
lingua-french-language-model
The French language model for Lingua, an accurate natural language detection library
-
veryfi
Module for communicating with the Veryfi OCR API
-
asciir
Print ASCII table/values
-
igpay-atinlay
Translate text to Pig Latin
-
ra_rustc_lexer
lexer used by rustc, zero stability gurantees
-
literumilo
A spell checker and morphological analyzer for Esperanto
-
lithe
A Slim template engine by using Pest
-
collapse
Trim and collapse consecutive whitespace to a single space
-
playin-cards
♠ Library for French-suited playing cards
-
ctrl-z
A composable reader to treat
0x1A
as an end-of-file marker -
spongemock
CLI-tool for random text capitalization
-
uiuifree-normalize
uiuifree text normalize
-
rscx-mdx
MDX support for RSCx
-
boringascii
Strings that can only be constructed to contain non-whitespace, non-control ASCII characters
-
text_maid
Text maid
-
szovegertesimutato-score
Calculate szovegertesimutato score for a given text and language
-
text_searcher
text searcher tool
-
wcrs
GNU wc in Rust
-
tabwriter
Elastic tabstops
-
lindera-ipadic-builder
A Japanese morphological dictionary builder for IPADIC
-
kanpyo
Japanese Morphological Analyzer
-
polyhorn-ios
Polyhorn for iOS
-
zhconv-cli
Convert Traditional/Simplified Chinese and regional words of Taiwan/Hong Kong/mainland China/Singapore based on Wikipedia and OpenCC rulesets 轉換中文簡體、繁體及兩岸、新馬地區詞,基於維基百科和…
-
small-bwt
BWT construction in small space
-
aprilasr
High-level wrapper for the april-asr C api (libaprilasr) using aprilasr-sys
-
wordshk_tools
A combination of parsers and other tools for words.hk (粵典)
-
grepox
Minimalist's grep written in Rust
-
mdx
in Rust
-
gpt4ocr
Extract structured text from PDFs using OpenAI's GPT4o
-
unicode-normalization-alignments
functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15
-
ruby-string
A string type that tracks Ruby glosses attached to parts of it
-
utf-cli
A UTF code viewer
-
parattice
Recursive paraphrase lattice generator
-
toml-test-data
TOML test cases
-
stylish-stringlike
API for string-like objects that have styles applied
-
strmatch
Conditionally match strings in Rust using regex without much boilerplate
-
bocu1
BOCU-1 compressed unicode encoding
-
argot
Parse documentation from codebases into Markdown for easy doc creation
-
peppergrep
grep utility written following the 12th chapter of the Rust book. Some little modifications were made.
-
genex
Text-expansion library
-
ripgrep
line-oriented search tool that recursively searches the current directory for a regex pattern while respecting gitignore rules. ripgrep has first class support on Windows, macOS and Linux.
-
mdbook-nix-eval
mdbook preprocessor for evaluating nix expressions
-
timeblok
A language for event scheduling in plain text
-
twjsrs
(De)serialize TiddlyWiki tiddlers to and from their JSON format
-
gregex-logic
Logic for the gregex crate
-
hr-id
A human-readable unique ID which supports Unicode, safe for URLs and file paths
-
ferris-finder
Unicode character finder with fuzzy search
-
assert-text
the testing macro tools
-
kanpyo-dict
Dictionary Library for Kanpyo
-
thesauromatic
command-line thesaurus that returns related words when given a word. The output words are one per line, making it easy to process in shell pipelines.
-
spacemod
A easy to understand and powerful text search-and-replace tool
-
strange
A static website generator
-
unicode-ellipsis
truncate Unicode strings to a certain width, automatically adding an ellipsis if the string is too long
-
base256_lib
Base256 encoder/decoder
-
text-utils
Text utils for unescaping and align
-
compact_str
A memory efficient string type that transparently stores strings on the stack, when possible
-
mail-internals-ng
[mail-api] _internal_ parts for the mail-api crates
-
harper
implement SSGs
-
md2gemtext
for converting Markdown into gemtext
-
indentation
Formatter
-
minigre_base
text file search tool
-
shutil
Shell utility helper library
-
unicode_escape
decoding escape sequences in strings
-
cha-rs
Extract specific characters from an input
-
mdbook-twiki
twiki backend for mdbook
-
genpdf
User-friendly PDF generator written in pure Rust
-
shear
trimming excess contents from things
-
fancy-regex-fork-pb
A custom fork of the fancy-regex crate. You probably don't want to use this.
-
spinning_cube
Perspective projection of a spinning cube, using just ASCII characters
-
str_overlap
Methods for finding the overlap between two string slices
-
char_trie
Text segmentation based on trie tree, High performance, support for custom dictionary
-
linkcheck
extracting and validating links
-
humnum
Human numeric sorting program — does what
sort -h
is supposed to do! -
unicode-character-database
Unicode character database tables (Unicode Standard Annex #44) generated using
ucd-generate
-
neardup
near-duplicate matching
-
clippy_lints
A bunch of helpful lints to avoid common pitfalls in Rust
-
yozuk-core-skillset
Set of default Yozuk skills
-
runanum
Существительные с правильными окончаниями после чисел
-
mdbook-typst-math
An mdbook preprocessor to use typst to render math
-
matchpick
Find and replace multi-lines using a match-case
-
mudders
Generating Lexicographically-Evenly-Spaced Strings, or: Mudder.js in Rust
-
yeslogic-unicode-script
Fast lookup of the Unicode Script property
-
unfurl
expanding links in text
-
floem-cosmic-text
Unofficial cosmic-text fork for Floem
-
pomsky-macro
Macro for converting pomsky expressions to regexes
-
strip_markdown
remove markdown syntax from markdown files
-
delay_writer
Wraps a writer and delays its output after each newline
-
aki-unbody
output first or last n lines, like a head and tail of linux command
-
mutf8
Basic support for mutf8 strings
-
node-emoji
Convert
:emoji:
to Unicode using GitHub’s and EmojiDB’s emoji names -
pink-runtime
A very minimal replecement based DSL, intended for math
-
stardict_wrapper
Rust implement stardict
-
basic_lib_for_me
just a basic lib that i will use usually
-
amongify
A very ඞ sus ඞ program
-
console-traits
Basic console traits, such as setting char position and writing strings
-
product-os-content
Product OS : Content provides a complete solution for content management for the purpose of serving content via Product OS : Server
-
imatree
command line tool to generate aesthetically pleasing (and sometimes not so pleasing) images of whatever string you want
-
rdfoothills-conversion
collection of mostly small, RDF related utilities, including conversion between different serialization formats, using external tools. This part allows to convert between…
-
bnf_sampler
that uses recursive descent algorithm to ensure tokens produced by a large language model follow a Backus Naur Form schema
-
cyrla
two-way conversion between latin and cyrillic script
-
ocrmypdf-rs
A sdk for the ocrmypdf command line tool
-
lazy-char-iter
Lazily iterate over Unicode characters from a u8 slice in Rust
-
sauron-markdown
parsing markdown into sauron node
-
changecase
A trait and implementation for changing the case of Strings and &str. It currently supports uppercase, lowercase, alternating case, and inverting case. Title case is in the works.
-
learning_fromdocs_minigrep
Project made on the path toward learning Rust from its docs. Completely personal and to test how to upload to crates.io.
-
markdown2unicode
Converter from markdown notation to unicode characters
-
tectonic_bridge_flate
Exposing flate compression to the Tectonic C code
-
emojicons-2021
Parse :emoji: notation to unicode representation
-
encoding-index-singlebyte
Index tables for various single-byte character encodings
-
arabic-script
An expressive API for the characters of the Arabic script
-
wcounter
Give the word and count the appearance
-
trim
trim whitespaces from files
-
utf8-command
UTF-8 encoded
std::process::Command
output -
pithy
Ultra-fast, spookily accurate text summarizer that works on any language
-
hina
:]
-
recursive-file-loader
recursively load files via references in the files
-
noodler
A port of the python-ngram project that provides fuzzy search using N-gram
-
mdbook-chapter-list
mdbook preprocessor for listing subchapters
-
staple
powerful static site generator
-
mdbook-fix-cjk-spacing
mdbook preprocess that fixes CJK line breaks
-
vader_sentiment
Bindings for Rust from the original Python VaderSentiment analysis tool
-
veloci_levenshtein_automata
Creates Levenshtein Automata in an efficient manner
-
opt2doc
generate documentation from Rust source code
-
wfst4str
Python library based on rustfst for manipulatig strings with wFSTs
-
matrix_display
display a matrix in command line with pretty unicode separators
-
mdict
Rust implement mdict
-
transcript
A transcriber for European scripts
-
fum
fum finds fuzzy matches to a literal search pattern, searching recursively through all the files in the current directory and respecting gitignore rules
-
rex-regex
A pedestrian library for regular expressions: Slow, but easy to understand
-
uchr
translate char values to the characters themselves, and vice versa
-
autoruby-cli
CLI to easily generate furigana for various document formats
-
mdbook-trunk
mdBook plugin which bundles packages using Trunk and includes them as iframes
-
pathmut
Command line utility for extracting, removing, and replacing components from path strings
-
spacebar
An anti-plagiarism tool based on null width characters
-
summary
Extract the sentences which best summarize a document
-
summertail
Summarize your tail -f output, by reporting how many lines match regexes
-
afrim-translator
Manage the predication system of the afrim input method
-
termbook
behind the
termbook-cli
-
html-compare
compare html files
-
uniwhat
Display the unicode characters text
-
datadriven
Rewritable table-driven testing
-
password-characters
help with the "enter the 12th, 35th, and 63rd characters from your password" situations
-
hunspell-rs
Rust bindings to the Hunspell library
-
senax-inflector
Pluralizes and singularizes English nouns. This crate is forked from https://github.com/whatisinternet/Inflector.
-
lingua-english-language-model
The English language model for Lingua, an accurate natural language detection library
-
interslavic
in rust
-
rex-regextract
extracts key value pairs out of text
-
ucd-util
A small utility library for working with the Unicode character database
-
bpmf_py
A Bopomofo and Pinyin library
-
arbitrator
Format text based on a set of rules and regexes
-
sc_decode
Special character decoding
-
crawdad
ChaRActer-Wise Double-Array Dictionary
-
alpha-counter
Alphabetic counter
-
shoebill
A Wadler/Leijen style pretty-printer
-
lindera-ipadic-neologd-builder
A Japanese morphological dictionary builder for IPADIC NEologd
-
ascii-hangman-webapp
customizable Hangman game with ASCII-art rewarding for children (webapp version)
-
vidyut-kosha
A Sanskrit key-value store
-
whisperer
将文本编码为简短的中文字符, 防和谐
-
glyphana
Quickly find, inspect & collect unicode glyps
-
boxy
Declarative builder for Unicode box-drawing characters
-
verba
working with Latin words
-
marcus
An experimental Markdown parser written in Rust
-
scalar-value-string
Scalar Value String
-
zw
encoding and decoding text using zero-width characters
-
presciidoc
Preprocessing AsciiDoc for other tools
-
readwise
wrapper for the Readwise API
-
mdbook-footnote
mdbook preprocessor for footnotes
-
aki-xtee
copy standard input to each files and standard output
-
bookgrep
Basic grep equivalent, minor mods to Chapter 12
-
csv-groupby
execute a sql-like group-by on arbitrary text or csv files
-
pra
Print Random ASCII
-
csv-sanity
Sanitize and transform large CSVs with millions of records quickly and efficiently
-
bytepiece_rs
The Bytepiece Tokenizer Implemented in Rust
-
whitespace
Encode arbitrary data whitespaces and vice versa
-
mpdf
writing PDF files
-
libxdiff
Rust bindings for the libxdiff C library
-
leptos-markdown
A component which can render markdown as html element in leptos
-
fmtm_ytmimi_markdown_fmt
Fork of @ytmimi's Markdown formatter; powers FMTM
-
mdbook-unlink
A mdBook backend that validates local links
-
str-block
Remove the initial newline and common indentation from string literals
-
rammer
A Baysian Text Classifier for Spam/Ham
-
termwrap
Wrap Unicode text with ANSI color codes
-
highlight-pulldown
Process pulldown-cmark events to apply syntax highlighting to code blocks
-
yara-x-parser
A parsing library for YARA rules
-
unidok
A powerful, readable, easy-to-learn markup language
-
tcalc-rustyline
A fork of Rustyline for use specifically with tcalc
-
rahat3062_minigrep
A light-weight & minimal implementation of the grep cli app
-
kincaid
A word statistics library in Rust
-
tectonic_xetex_layout
XeTeX's font loading and layout interface encapsulation, as a crate
-
litegrep
A basic tool for searching in files for lines of text, based on a query
-
skribo
low-level text layout
-
genkit
A common generator kit for static site generator
-
hxgm30-noise
Noise-generation for use in hexagram30 projects
-
stringsext
find multi-byte-encoded strings in binary data
-
inslice
A command-line utility for filtering text input by columns and rows
-
remake
writing maintainable regex and managing symbol soup
-
yarner-block-links
A Yarner plugin that adds to each code block a list of links to all referenced and all referencing blocks
-
braille_pics
producing text-art pictures using Braille characters
-
trim_lines
An extremely simple and tiny library which provides an iterator over the lines of a string, trimmed of whitespace. It is a simple wrapper around the Lines iterator in std::str which trims the whitespace from each line.
-
syntastica-themes
A collection of themes for syntastica
-
trans-case
Transform case
-
jpreprocess-jpcommon
Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language)
-
gfm-autolinks
Parse GitHub Flavored Markdown autolinks
-
lindera-unidic
A Japanese morphological dictionary for UniDic
-
unicode_reader
Adaptors which wrap byte-oriented readers and yield the UTF-8 data as Unicode code points or grapheme clusters
-
ascii_converter
converting between different ascii representations
-
jput
puts and putc on unicode-width align for Rust
-
jtxt
A JavaScript syntax text processing tool, an awk alternative
-
syllable
counter for use with reading level calculations
-
lsp-document
Helpers to convert between LSP documents and Rust strings
-
matchable
Check if text is matching against string or regex in one API
-
vibrato
viterbi-based accelerated tokenizer
-
pulldown-cmark-fork
A pull parser for CommonMark
-
timfmt
A small utility for formatting code as Tim likes it
-
glyph_brush_layout
Text layout for ab_glyph
-
mdbook-shiftinclude
mdbook preprocessor for file inclusion with shift
-
genere
randomization of text respecting grammatical gender of sentences
-
owoify
Text owoification library
-
diffy-fork-filenames
Fork of https://docs.rs/diffy that allows specifiying filenames
-
indoc
Indented document literals
-
struckdown
A structured markdown / commonmark library for Rust
-
ende
encoding/decoding unicode/utf-8/utf-16(ucs-2) code points
-
askama-markdown-cmark
Askama filter for markdown, using pulldown-cmark
-
sigalign-impl
implementations for core
-
basic-text-internals
Basic Text string literal implementation details
-
twitter_text_conformance
twitter-text in Rust
-
casaubon
A feature-poor static site generator
-
leven-distance
Compute operational differences between two sequences using the Levenshtein algorithm
-
bottomify
Fantastic (maybe) CLI for translating between bottom and human-readable text
-
gzip-cmp
that makes a distance measurement between binary data based on the difference of the compressed data length
-
uecho
The unicode of the echo command
-
text_styled
Trait to style String and &str
-
moscato
Outline scaler for OpenType glyphs
-
morc
Dead simple, minimal markdown generator library written in Rust
-
corpus-count
Util to count words and character ngrams in a corpus
-
mdbook-bibfile-referencing
An mdBook preprocessor to add bibfile referencing to each page
-
quill_delta_pdf
Convert Quill Delta to PDF
-
univstring
The Universal String(Rust String, CString, Wide(UTF-16/UTF-32) CString) trait
-
spellcheck_toy
a basic spellchecking library based on edit distance
-
ipa-translate
translating between IPA and ASCII text
-
irssi-sys
Automatically generated bindings to irssi
-
llmvm-outsource-lib
outsource backend for llmvm
-
zummi
fun lib that produces spoonerisms
-
minigrepns
A mini version of famous grep application that searches texts on files
-
icu_casemapping
Unicode case mapping algorithms
-
cabocha
Safe Rust wrapper for cabocha a japanese language dependency structure analyzer library
-
marko
Programmtically format text with Markdown syntax
-
chinese-ner
A CRF based Chinese Named-entity Recognition Library written in Rust
-
uwildmat
wildmat/uwildmat matching
-
textos
Texts, strings, formatting, unicode…
-
lindera-cc-cedict-builder
A Chinese morphological dictionary builder for CC-CEDICT
-
fmt-extra
Extra formaters not shipped in the standard library
-
chars_data
Build-dependency for chars, the unicode character information CLI
-
lingua-dutch-language-model
The Dutch language model for Lingua, an accurate natural language detection library
-
mul
Bengali stemmer
-
render_readme
Render Markdown or reStructuredText with syntax highlighting and image filtering similar to GitHub's
-
chinese_segmenter
Tokenize Chinese sentences using a dictionary-driven largest first matching approach
-
jellybean
Syntax highlighting with tree-sitter. Sweet colors.
-
ctf-brute
Brute-force utilities for Rust
-
fifthtry-mdbook
fork of mdbook, only for ft-cli
-
md-localizer
Localize markdown with remote links
-
rusile
components for the SILE typesetter
-
sparklet
small flashcards library
-
mdplayscript
An extension of Markdown for play scripts
-
regex-automata
Automata construction and matching using regular expressions
-
gen3-charset
Pokemon Generation 3 Character Set Support (GBA)
-
vndb_rs
Bare-bones VNDB api
-
env2toml
Convert env vars to toml text
-
outerspace
Methods for prefixing and suffixing the non-whitespace characters in a string
-
ogrep
searching in indentation-structured texts
-
manchu-converter
Converts transcripted Manchu text to Manchu script with Manchu alphabet
-
perspicuity_formula
Calculate Flesh Reading Ease for a given text and language
-
md-include
include any file in markdown files
-
cutters
Rule based sentence segmentation library
-
m_lexer
extensible regular expressions based lexer
-
lexicmp
comparing and sorting strings lexicographically and naturally
-
byte_string
Wrapper types for outputting byte strings (b"Hello") using the Debug ({:?}) format
-
fuzzywuzzy
A pure-Rust clone of the incredibly useful fuzzy string matching python package, FuzzyWuzzy
-
aprilasr-sys
Low-level FFI bindings for the april-asr C api (libaprilasr)
-
mdxbook
Fork of mdBook, with more customizations and flexibility for programmers
-
wtf8
WTF-8 encoding. https://simonsapin.github.io/wtf-8/
-
detect-indent
Detect the indentation of code
-
halfcaps
tRaNslAtE aNy TeXt To ThIs
-
pretok
A string pre-tokenizer for C-like syntaxes
-
text2art
translate text to ascii art
-
grader
Stream-based CLI for binary sorting text files via a given shell command
-
fmty
Composable
core::fmt
utilities -
random_access_unicode
Provide random access to the unicode characters in a file
-
tuilet
A textual user interface for Toilet, the ANSI-art text generator
-
darn
Extras for the Book on Data Analysis with Rust Notebooks
-
mdbook-rust
Enhanced Rust support for MDBook
-
mdbook-translation
prepare multi-lingual mdBook books
-
ssml-parser
parsing speech sythnesis markup language
-
code-span
Add additional infomation to code character
-
mqtt-analyzer
Help analyzing MQTT messages
-
cowsay
program that generates ASCII art pictures of a cow with a message
-
like
A SQL like style pattern matching
-
supply-chain-trust-example-crate-000068
Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31
-
sydney
Vim-like, Command-line Gemini Client
-
ngrams
Generate n-grams from sequences
-
sastrawi
stemming and stopword removal for Bahasa Indonesia based on PHP sastrawi project by Andy Librian
-
destiny_rs
An async library to interact with Bungie's destiny 2 api
-
aki-stats
output the statistics of text, like a wc of linux command
-
omgwtf8
Optimized-Matching-Generalized Wobbly Transformation Format — 8-bit
-
unicode-canvas
creating text base drawing
-
kakasi
Romanize hiragana, katakana and kanji (Japanese text)
-
unicode_types
A mapping of all the unicode characters into convenience types (one enum per block of characters with one variant per character)
-
modeling
tools to analysis different languages by Ctags
-
lindera-tantivy
Lindera Tokenizer for Tantivy
-
kl-hyphenate
Knuth-Liang hyphenation for a variety of languages
-
yozuk-helper-english
English NLP utilities for Yozuk
-
translation-api-cn
Some useful structs for calling Chinese translation api cloud services. A helper tool for
bilingual
cmdline tool. -
slidedeck
Create an HTML slide deck from Markdown
-
libflagup
Display a country's flag as an emoji
-
spdkit-surface
short text for crates.io
-
tectonic_bridge_icu
Expose a subset of the ICU Unicode APIs to Rust/Cargo
-
ergrep
grep strings within a line from a text file
-
bbcode-tagger
BBCode tree parser and tagger
-
table_to_html
interface to convert a
tabled::Table
into a HTML table (<table>
) -
shallow
long text
-
pdf-min
Very minimal crate for writing PDFs
-
quilltex
open-source Rust library designed to convert LaTeX documents into a Delta format that can be used with Quill.js and vice versa
-
wildflower
Wildcard matching against strings
-
moenarchbook
Creates a book from markdown files
-
cermic
Print .png images in your terminal as ascii art!
-
unic-ucd-normal
UNIC — Unicode Character Database — Normalization Properties
-
fsays
flavored replacement for the classic cowsay
-
character-stream
Helper data structures for reading UTF-8 characters from a stream
-
clparse
A command line tool for parsing CHANGELOG.md files that use the Keep A Changelog format
-
shq
sh quoting tool and library
-
framework
detector for different frameworks in one projects
-
finl-charsub
Character substitution module for in-line replacement of fixed strings
-
mdbookshelf
Create epubs from a list of mdbook repositories
-
justify
plaintext while handling Unicode gracefully
-
caseless
Unicode caseless matching
-
is_utf8
functions to determine if a sequence of bytes is valid utf-8
-
pygmentize
wrapper for syntax highlighting
-
topfew
CLI to find high frequency occurrences in structured text files
-
xhtmlchardet
Character set detection for XML and HTML
-
mocker
transforming text with uppercase and lowercase letters, resembling the Spongebob Mock Meme
-
mdbook-auto-gen-summary
A preprocessor and cli tool for mdbook to auto generate summary
-
rsonpath-test-codegen
Blazing fast JSONPath query engine powered by SIMD. TOML-based test codegen for rsonpath-lib.
-
subscript-compiler
A modern LaTeX rendition
-
allsorts_no_std
Font parser, shaping engine, and subsetter for OpenType, WOFF, and WOFF2
-
llmvm-core-lib
llmvm core application
-
harfbuzz-traits
Rust Traits for the HarfBuzz text shaping engine
-
serbzip
A quasi-lossless Balkanoidal meta-lingual compressor
-
forgiving-htmlescape
HTML entity encoding and decoding, with support for leaving malformed entities intact
-
august
& program for converting HTML to plain text
-
scripter
A screenplay compiler
-
read_chars
An iterator over characters read from some I/O source
-
ron_to_table
pretty print RON as a table
-
rsrpp
project for research paper pdf
-
untex
Understand and manipulate TeX files with ease
-
corg
A cog-like tool
-
mdbook-tagger
A mdbook preprocessor to collect and build tag data in Json format
-
korrektor
work with Uzbek language text processing
-
hunspell-sys
Bindings to the hunspell C API
-
crustword
Crusty Crosswords
-
bibliofile
A TUI epub reader inspired by DOS-era programs
-
crypto-invert
Unicode Upside-Down Mapping
-
varcon-core
Varcon-relevant data structures
-
ayda
Ask your Documents Anything. A tool for querying your documents with a large language model.
-
single_source
Generate code files from snippets in md tutorial files
-
ripmors
encoding and decoding international Morse code and several variants
-
encoding-next-index-simpchinese
Index tables for simplified Chinese character encodings
-
gqlog
👾 filter your json logs with graphql 👾
-
utf
UTF-8
-
konbaato
Conversions between different Japanese scripts
-
trigram
Trigram-based string similarity for fuzzy matching
-
zawk
An efficient Awk-like language implementation by Rust with stdlib
-
uniquewords-rs
Count the frequencies of words in text file(s)
-
cmdcjones_minigrep
A minimal grep clone from the Rust Book
-
gst-plugin-textwrap
GStreamer Text Wrap Plugin
-
pillar
small tool to format lines into columns
-
rreplace
designed to streamline string replacements. It can handle multiple unique replacements and iterates the string only once.
-
stringutils
A collection of various and (hopefully) useful String utility functions
-
koelner-phonetik
koelner_phonetik or cologne phonetics is a phonetic algorithm like soundex, but specialized for german words
-
yitizi
異體字查詢 Get variant Chinese characters
-
wordfreq-model
Model loaders for wordfreq-rs
-
tergo-tokenizer
R language tokenizer
-
ezemoji
Catigoryized Emoji's
-
bible-reference-rs
Extract Bible references from plain text
-
mdbook-checklist
An mdBook preprocessor for generating checklists and indexes
-
string-overlap
A helper crate for "layering" ASCII art
-
hulk
An ultra simple no hassle static site generator
-
awabi
A morphological analyzer using mecab dictionary
-
text-to-json
Convert text to json in rust
-
markdown-linkify
Markdown preprocessor for substiting link shorthands to valid links according to configurable regexes and custom substitution implementations
-
unicode-jp
convert Japanese Half-width-kana[半角カナ] and Wide-alphanumeric[全角英数] into normal ones
-
mdbook-fishextract
A mdbook preprocessor which handles mermaid graphs, offline, requires
mmdc
-
mdbook-chapter-zero
A mdBook preprocessor that allows 0th (sub-)chapter
-
latin1str
Windows-1252 string types
-
falcom-sjis
Falcom-compatibile Shift JIS implementation
-
mdbook-quiz-validate
Input validation for quizzes used in mdbook-quiz
-
static_format
Format strings with no runtime overhead
-
scoundrel
An engine for working with ASCII roguelikes
-
case_style
Converts from and to different case styles
-
emoji-printer
Replace emoji shortcodes in string with emoji unicode (":sushi:" -> 🍣)
-
file-search
File indexing and search
-
ucd-generate
A program for generating packed representations of the Unicode character database that can be efficiently searched
-
word_filter
A Word Filter for filtering text
-
kvu
The simplest command line tool to manage key-value pair lines
-
catmark
Console printer for CommonMark
-
literate
programming tool that extracts code written in your Markdown files
-
bullshit-rs
A BullshitGenerator implementation in Rust
-
gen-epub-book
Generate an ePub book from a simple plaintext descriptor
-
pcre2
High level wrapper library for PCRE2
-
fast2s
A fast Traditional Chinese to Simplified Chinese conversion library. Built with FST, faster than most of other libraries.
-
simple-word-count
word count function, try to get same result with Microsoft Office Word application
-
igo-rs
Pure Rust port of the Igo, a POS(Part-Of-Speech) tagger for Japanese (日本語 形態素解析)
-
pdf_seekers
parser and information extractor from PDF documents based on keyword search functionality (powered by Rust)
-
mdbook-open-gh-issue
mdbook preprocessor to add a open-on-github link on every page
-
leven
Make your own blog!
-
rust_lemmatizer
A lemmatizing package for use with a .csv dictionary of lemmas and their corresponding words
-
romulus
a stream editor like sed
-
tagalyzer
A CLI tool to gather statistics on collections of plaintext-adjacent files
-
ed_join
Implemtation of Ed-Join Algorithm for string similarity join
-
pencil_case
but effective library for writing GUI in bevy
-
print-positions
providing string segmentation on grapheme clusters and ANSI escape sequences for accurate length arithmetic based on visible print positions
-
skyspell_core
skyspell core library
-
flw
Process text via configurable tasks
-
string-box
Create Rust string from UTF-8 string, byte string or wide string
-
ddvm
Document to Document Virtual Machine
-
lingua-spanish-language-model
The Spanish language model for Lingua, an accurate natural language detection library
-
ascii-rs
Process image into colored-ascii image
-
lingua-danish-language-model
The Danish language model for Lingua, an accurate natural language detection library
-
trevordmiller
Personal CLI
-
mdbook-numeq
An mdbook preprocessor for automatically numbering centered equations
-
difference
text diffing and assertion library
-
jg
Jeff Goldblum (jg) is a command-line JSON processor. jg searches for structural patterns in json input and prints each json object that matches the pattern.
-
jpreprocess-window
Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language)
-
chisel-parsers
Chisel parser front ends
-
encoding_rs_transcode
Transcode text within writers using encoding_rs
-
platina
parameterized golden testing library
-
intname
Full English name for any integer of any primitive integer type
-
terminal-emoji
safely displaying emoji inside of terminals
-
furigana
Map furigana to a word given its reading
-
tweak
when/then clauses to run
-
csvre
replacing data in CSV columns with regular expressions
-
seq2xypic
Turn a text sequence diagram into a LaTeX xypic diagram
-
mdbook-post
A CLI for add post to mdbook
-
saurus
Markdown to LaTeX Transpiler
-
mdbook-newday
Command line utility to add a new line for today to the top of an mdbook SUMMARY.md book
-
utf8_slice
Lightweight UTF8 Slice Utilities
-
glyph-names
Mapping of characters to glyph names according to the Adobe Glyph List Specification
-
ocr_b_checksum
Generates OCR B Checksums
-
hashtag-regex
regex matching hashtags accoding to the unicode spec: http://unicode.org/reports/tr31/#hashtag_identifiers
-
rcut-lib
rcut is a Rust replacement for GNU cut that supports UTF-8
-
ewin-com
editor for Window(GUI) users.No need to remember commands
-
comment-strip
Remove comments out of text files
-
rescue-blanket
Escape values while they are being formatted
-
typos-dict
Source Code Spelling Correction
-
correct_word
A No brainer 'did you mean' library for Rust
-
cw
Count Words, a fast wc clone
-
mediawiki_parser
A strict parser for MediaWiki markdown
-
ansi-cut
cutting a string while preserving colors
-
blockcounter
Counts the blocks in a stream
-
ae-renderable
handling individual text characters that can be rendered on the screen. Intended for use in game development.
-
dr
Command-line data file processing in Rust
-
patterns
no_std compatible pattern scan library using simd
-
anagrambot
find anagrams of words
-
groop
Outline-aware grep with syntax highlighting
-
is_printable
Determine whether a given text-based value is printable
-
token-read
reading whitespace delimited files intended for competitive programming
-
stringsort
Pathological sorting of string characters
-
ccase
Command line interface to convert strings into any case
-
rustex
auto-generated LaTeX files in Rust
-
caribon
A repetition detector program and library
-
yarner-lib
build plugins for the Literate Programming tool Yarner
-
zp
Copy the contents of the source file or the std output buffer to the clipboard, allowing users to easily paste the contents into another file or program
-
mdbook-morsels
Morsels plugin for Mdbook
-
local-encoding
encoding/decoding string with local charset. It usefull for work with ANSI strings on Windows.
-
mdbook-latex
An mdbook backend for generating LaTeX and PDF documents
-
eliza
natural language processing program developed by Joseph Weizenbaum in 1966
-
yozuk-model
NLP model generator for Yozuk
-
seven_seg
Seven-segment digital display for terminal
-
minigrep_vielenkz
grep using rust
-
informa
font compiler for digital typography
-
color-convert
Support RGB,RGBA,HEX,HSL,HSLA,HSV,CMYK to convert each other, write by rust
-
mdbook-reference-table
mdBook preprocessor to create reference tables
-
kansuji
漢数字と数字の相互変換のためのライブラリ
-
syntaxdot-encoders
Encoders for linguistic features
-
didaskalia
over-complicated language to store text entries and sequences across different languages
-
latex_snippet
Convert even erroneous LaTeX snippets into HTML
-
bionic-ebooks
Takes an EPUB file and generate a copy with bionic like font applied
-
mdtransform
program that renders Markdown as HTML for websites
-
old_icelandic_zoega
Old Icelandic dictionary for Rust. From "A Concise Dictionary of Old Icelandic" by Geir Zoëga
-
deepfrog
A deep learning NLP suite (PoS,lemmatiser,NER) with FoLiA XML support
-
am-parse
converting asciimath to other formats
-
chinese2digits
The Best Tool of Chinese Number to Digits. A useful tool in NLP and robot project.
-
quoted-string-parser
Quoted string parser for grammar defined in RFC3261
-
text_distance
A collection of approximate string matching algorithms
-
const_format_proc_macros
detail of the
const_format
crate -
textalyzer
Analyze key metrics like number of words, readability, and complexity of any kind of text
-
bebop-lang
LISP based Markdown preprocessor for creating html documents!
-
minigrep-yogie
A demo Rust to grep some word from rust-lang.com
-
scie
research about how to build simple code identify engine for different languages
-
tre-regex-sys
Rust bindgen bindings to the TRE regex module
-
rnltk
Natural Language Toolkit for Rust
-
kaomoji-ru
The full http://kaomoji.ru database, encoded and escaped as byte literals
-
bookkeeping
Minimal, safe and flexible in-memory bookkeeping API
-
vaporetto_tantivy
Vaporetto Tokenizer for Tantivy
-
vidyut-chandas
A Sanskrit metrical classifier
-
charisma
Generate ASCII Art using AI 🦾🧠
-
wordfreq
port of wordfreq for looking up the frequencies of words in many languages
-
ced
Dead easy csv editor
-
pascii
image => text
-
lines_lossy
extension to
BufRead
with a functionlines_lossy
that works likeBufRead::lines
but with lossy UTF-8 decoding -
mdbook-hide
A preprocessor for mdbook that adds support for hidden chapters
-
mdbook-asciidoc
mdBook backend for AsciiDoc generation
-
gulpeaseindex
Calculate Gulpease index for a given text and language
-
darts
A double array trie, A Forward Maximum Matching Searcher
-
toml_document
Document-style TOML parser. Allows editing TOML document in a way which preserves whitespace and comments.
-
bbd-lib
Binary Braille Dump
-
mdbook-playscript
Preprocessor for mdBook, which styles stage play scripts
-
rew
A text processing CLI tool that rewrites FS paths according to a pattern
-
bos_books_codes
that handles 3-character Bible Books Codes
-
markdown-it-gfm
A markdown-it plugin for parsing definition lists
-
oneparse
A one in all simple parser framework
-
mojibake
Encode/Decode bytes as emoji base2048
-
fontconfig-rs
Safe, higher-level wrapper around the fontconfig library
-
markdown-it-tasklist
A markdown-it plugin for parsing GFM tasklists
-
ptero-cli
A text steganography CLI tool for Social Media
-
bibutils-sys
Rust bindings for bibutils, a program for bibliography format interconversion
-
mdbook-snips
Markers for hidden lines in rust blocks within an mdbook
-
string_morph
string case transformations with an emphasis on accuracy and performance. The case conversions are available as functions as well as traits on String types.
-
gret
command line tool to search for patterns and show matches in a tree structure
-
markdown-composer
composing markdown documents
-
deliminator-core
Universal code documentation generator
-
aklat
create books from markdown files (like Gitbook)
-
esl01-drawdag
Parse an ASCII DAG into parent relations
-
vcg
manipulating verification conditions
-
github-slugger
A slugger for GitHub headings
-
cmark2tex
A small utility to convert markdown files to pdf exploiting tectonic
-
t9
Easily create port number from words and vice versa
-
bareun_rs
Bareun is a Korean Morphological analyzer for Rust
-
demoji
Remove all emojis from a string
-
rustextile
Textile markup language parser for Rust
-
wkhtmltopdf
High-level bindings to wkhtmltopdf
-
repub
convert markdown documents to epub
-
mdbook-files
Preprocessor for mdbook which renders files from a directory as an interactive widget
-
lindera-ipadic
A Japanese morphological dictionary for IPADIC
-
morse-nostd
A nostd version of the morse crate
-
encoding_c_mem
C API for encoding_rs::mem
-
xsystem
Conversion between the Esperanto x-system and Unicode circumflexes
-
vaporetto_rules
Rule-base filters for Vaporetto
-
textr
TeX-inspired plug-n-play interface for converting JSON documents into PDFs
-
ascii_tree
generates ascii trees
-
moenster
mønster (n) - pattern. simple glob-style pattern matching for strings
-
nb2fr
Convert integer number to literal French text
-
nipah_tokenizer
A powerful yet simple text tokenizer for your everyday needs!
-
charasay
The future of cowsay 🐮! Colorful characters saying something 🗨️
-
encoding-index-korean
Index tables for Korean character encodings
-
xim-ctext
compound text en/decoder
-
ascii-engine
A fast ascii engine written in rust!
-
hemtt-tokens
A token library for hemtt
-
dhoni
converting Bengali text into their phonetic counterpart
-
every-range
Iterator for interleaving included and excluded ranges
-
minigrep_macano953
A fun grep tool written as my first incursion into Rust. Not intended to be inherited and used in production code
-
h_hangul
Korean Characters
-
textblocks
working with text blocks
-
react-html
react html components for frender
-
trunc8
Truncate text to a specific line length, based on a number of parameters
-
minigrep_bakedspacetime
Minimal Rust implementation of grep based on The Book
-
base_emoji
Convert everything to Emojis (and back)! - 🐫🔦🔥🎲🐬🍀🍟🔋🐬🎲🐬🍀🎁🍟💧👂🔥🚪🔋🍟🔦🔋🚗👣🔦🌍👂🍤🐗
-
encoding-index-tradchinese
Index tables for traditional Chinese character encodings
-
mdbook-webinclude
Preprocessor for mdBook that includes content from URLs
-
terminal-supports-emoji
Check whether the current terminal supports emoji
-
economic_indicator_finder
A finder for extracting economic indicators from paragraphs
-
static_table
creates pretty tables at compiler time
-
highlights
Convert kindle highlights into different formats
-
great-tokenizer
A tokenizer
-
datex
package to automatically process your data and make it look pretty in LaTeX
-
cattocol
Combine two text into one text as columns
-
kradical_static
Ready-to-use EDRDG radical decompositions
-
md_converter
My markdown to html converter
-
LatexImgGen-lib
generating Latex images of equations with an edition number to avoid cache flushing and timestamp attributes
-
pangu
Paranoid text spacing for good readability, to automatically insert whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols)
-
pdf_composer_base
PDF Composer base functionality crate
-
conllu-utils
working with the CoNLL-U dependency format
-
cli-animate
Enrich your Rust CLIs with stunning, easy-to-implement animations
-
hline
a grep-like tool that highlights lines in files
-
porter-stemmer
Flexible and unicode friendly, Porter stemmer implementation
-
morph-rs
Dictionary Morphologizer for Russian language
-
prettify-markdown
Format Markdown at the speed of Rust
-
retest
Command-line regular expression tester
-
strings
String utilities, including an unbalanced Rope
-
regex-cli
A command line tool for debugging, ad hoc benchmarking and generating regular expressions
-
dynfractal
A program to render any equation (in terms of z and c) into an ASCII fractal
-
route-pattern
A parser and matcher for route patterns
-
transcoding_rs
Converts text encoding the easy and efficient way
-
demoji-rs
demoji implementation for Rust
-
lindera-ipadic-neologd
A Japanese morphological dictionary for IPADIC NEologd
-
text_alignment
Align your text in Rust in the CLI
-
noneifempty
Convert T to None if empty
-
jp-location-relation
隣接する市区町村の一覧を取得
-
rosie
Interface for the Rosie Pattern Language, for efficient and maintainable text pattern matching and search
-
bitfont
Takes an ASCII string and generates a vector containing a bitmap font, for easy overlay into images
-
lindera-decompress
A morphological analysis library
-
lingua-chinese-language-model
The Chinese language model for Lingua, an accurate natural language detection library
-
minigrep5
grep implementation in Rust
-
atm_parser_helper_common_syntax
Parsing utilities for the common syntax specification
-
syllarust
quickly counting syllables
-
paperoni
A web article downloader
-
aki-txpr-macro
the more easy to use libaki-*
-
varcon
Source Code Spelling Correction
-
spandex-hyphenation
Knuth-Liang hyphenation for a variety of languages
-
charless_minigrep
A program for searching for phrases in a text and printing the lines containing it
-
os_display
Display strings in a safe platform-appropriate way
-
simple_csv
CSV parsing implementation
-
math-text-transform
Transform greek letters, latin letters, or decimal digits into certain variants from the mathematical alphanumeric symbols Unicode block (U+1D400–U+1D7FF). For example to bold, italic, script or double-struck.
-
minbpe
Port of Andrej Karpathy's minbpe to Rust
-
yozuk-sdk
Types used in the Yozuk ecosystem
-
x1b
State tracker for 0x1b terminal escape codes. Also gives random characters names.
-
beary
augment Bear, the note-taking app
-
mdtranslation-cli
Command-line tools for using mdTranslation, which can be used to prepare multi-lingual Markdown documents
-
mdbook-obsidian
mdBook preprocessor to render Obsidian specific syntax
-
wordbreaker
A Unicode-aware no_std crate (requires alloc) that rapidly finds all sequences of dictionary words that concatenate to a given string
-
norm-email
strip email provider defined behaviour from email addresses
-
smoldown
Native Rust library for parsing Markdown
-
jellybean-pack-2
Sweet syntax highlighting with tree-sitter
-
sola
A 16-bit stack machine and forth language
-
readable-readability
Really fast readability
-
nib
static site generator
-
iconv-compat-win-sys
iconv bindings for Rust
-
mdtohtml
markdown to html renderer (with a couple of missing features)
-
syntax-error
Syntax error report
-
mepple
English dictionary as a library
-
zalgo-text
A command line tool for generating zalgo text
-
tpng
A small tool that prints truecolor png renderings to the terminal using unicode block characters
-
mdbook-tectonic
An mdbook backend for generating LaTeX and PDF documents
-
rust-cedar
efficiently-updatable double-array trie in Rust (ported from cedar)
-
tb_normalization
normalization utf8 string, loc dau vietnamese and some language
-
xsv
A high performance CSV command line toolkit
-
crudite
A JSON CRDT
-
fancy_print
Easily print animated ASCII text to the terminal!
-
textcat
detect text categories. It can be used to detect the language of a given text
-
encoding-next-index-tradchinese
Index tables for traditional Chinese character encodings
-
grep-rezza
An app for search text in file
-
mojimoji-rs
fast converter between Japanese hankaku and zenkaku characters, mojimoji
-
alpino-tokenizer
Wrapper around the Alpino tokenizer for Dutch
-
hsk
Return HSK Level for Simplified Chinese Characters
-
genpdfi
User-friendly PDF generator written in pure Rust
-
adauguet_minigrep
First program from the Rust Book
-
trexter
Text progression tracking library
-
corpus-preproc
A preprocessor for text and HTML corpora
-
strainer
Command-line tool for finding duplicate lines in text files
-
ammonia
HTML Sanitization
-
lexer-generator
Lexer derived from Regex patterns with user customizeable tokens
-
lingua-italian-language-model
The Italian language model for Lingua, an accurate natural language detection library
-
minigrep_desonglll
grep implementation from The Rust Programing Book
-
vl-convert-pdf
convert SVG to PDF with embedded text
-
askama-filters
Extra template filters for Askama
-
lindera-filter
Character and token filters for Lindera
-
aki-json-pick
The json pick out command
-
html2runes
An HTML to Text converter
-
esl01-renderdag
Render a graph into ASCII or Unicode text
-
tfidf-summarizer
Basic tf-idf compute for documents
-
markdown_to_html_parser
parses Markdown syntax into HTML
-
dumbfuzz
dumb library for fuzzy search
-
anagram
A collection of anagram utility functions
-
spyglass
Search engine for documents, inspired by bioinformatics
-
mdbook-compress
Compress an mdBook project into a single PDF file
-
testing_table
An easy to use library for pretty print tables of Rust
struct
s andenum
s -
yeslogic-ucd-parse
parsing data files in the Unicode character database
-
guarding_parser
Guarding is a guardians for code, architecture, layered. Guarding crate a architecture aguard DSL which based on ArchUnit.
-
node_rust_demo
This program picks a random christmas emoji for you
-
ucd-parse
parsing data files in the Unicode character database
-
bookrafter
This repository contains code related to bookrafter rendering
-
unicode_clusters
variable width unicode characters as single items, allowing for array like indexing etc
-
esc
Escape characters in strings
-
rmgrep
rust min grep text tools
-
ttf_word_wrap
Wraps text based on character width
-
sudachiclone
sudachiclone-rs is a Rust version of Sudachi, a Japanese morphological analyzer
-
mdbook-to-github-wiki
Turns an mdbook book into a github wiki
-
pdfrust
PDF parser
-
unicode_names
Map characters to and from their name given in the Unicode standard. This goes to great lengths to be as efficient as possible in both time and space, with the full bidirectional tables weighing barely 500 KB…
-
codes-iso-15924
This package contains an implementation of the ISO 15924 Codes for the representation of names of scripts specification
-
fwuffgrep
Basic implementation of a grep command written in rust
-
re2
Wrapper for the re2 C++ regex library
-
kryptor
command-line cryptography tool
-
stardict_lib
Rust implement stardict
-
japhonex
Japanese phone number checker for Rust
-
alphabet-encoder
A quick and dirty way to deal with escape characters
-
jpreprocess-dictionary-builder
Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language)
-
traktorhtml2txt
Does what it says, convert an Traktor set list HTML export to text
-
grepy
search files
-
fingers
a finger client library
-
top-english-words
retrieve top words from the English language
-
exit-with-code
A CLI which returns the exit code of your choice
-
hashlogs
Command-line utility that hashes the part before a space on each line from stdin with blake2b keyed with an ephemeral randomly-generated key and writes to stdout
-
text-sanitizer
convert text to plain ASCII text
-
math_test
Generates math questions for elementary school kids
-
encoding8
various 8-bit encodings
-
unicode_skeleton
detects unicode strings that look nearly identical once rendered, but do not compare as equal. It defines "confusable" and "skeleton" based on Unicode Standard Annex #39
-
indexrs
inefficient multi-language search index
-
rsplitter
Splitter is a tool to split words from text that contains no spaces
-
simplecc
Chinese Convert library (partially) compatible with OpenCC's dictionaries
-
utf8reader
wrapper around Reader that returns a stream of UTF-8 characters
-
unicode_converter
CLI tool to convert data between various Unicode encodings
-
geml
Generator-orientated ML parser
-
hema_minigrep
grep clone
-
iterlower
Final-sigma-correct lowercasing iterator adapter with option for Turkish/Azeri I behavior
-
diff_match_patch
Diff Match Patch is a high-performance library in Rust-lang that manipulates plain text
-
twemoji-rs
A word-cloud image generation crate
-
latex-to-html
Latex to html converter
-
hoedown
bindings for the Hoedown markdown processor
-
rexpaint
functionality for reading and writing .xp files of the Grid Sage Games REXPaint ASCII art editor
-
markdown-table-formatter
Markdown table formatter fully compliant with Unicode 15.1.0
-
cologne_phonetics
generate phonetic cologne codes for utf8 strings
-
html_to_pdf_lib
converting HTML to PDF
-
jp_inflections
A small crate to conjugate japanese words
-
names-changer
Convert a names of sql schemes from camelcase to snake case
-
kth-lines
Command line tool for filtering stdin lines that just work
-
naming_clt
Extract and convert the naming format(case|notation) of identifiers from files or stdin. Use this tool to prepare identifier name strings for further operations (matching,replacing...) on relative files
-
texrender
Thin wrapper around running
latexmk
to render LaTeX documents. Also supports generating Tex documents. -
mdbook-extended-markdown-table
Preprocessor for mdBook that generates tables with merged cells from ASCII text
-
tex
The νTeX typesetting engine
-
font-index
Static index for system fonts
-
hex_d_hex
HexDHex is a Rust Crate that encodes and decodes byte data to and from its hexidecimal representation. For instance, one may wish, on ocasion that is, to translate a utf8 or ASCII string…
-
kaomji-ru
The full http://kaomoji.ru database, encoded and escaped as byte literals
-
rckive-genpdf
User-friendly PDF generator written in pure Rust
-
html_to_markdown
Convert HTML to Markdown
-
kanabake
Turn Romaji strings into Hiragana or Katakana
-
cp437_constants
Defined constants covering the entirety of ASCII code page 437 (https://en.wikipedia.org/wiki/Code_page_437)
-
mdbook-multicode
Allows you to give multilanguage code examples, toggled by a spinner
-
hex_table
Format a byte slice into a hex table
-
strng
Owned UTF-8 string
-
asciis
ASCII base on RFC20. Just ord() and chr()
-
lyn
A scanner useful for creating recursive descent parsers
-
libgrep-rs
searching through text
-
spellcheck
A spell-checker based on the statistical algorithm described by Peter Norvig in http://norvig.com/spell-correct.html
-
newline-converter
Newline byte converter library
-
unic-bidi
UNIC — Unicode Bidirectional Algorithm
-
minigrep_maybe
Just another minigrep from Rust book
-
aqua_parse
A parser library
-
contractions
expand contractions in English
-
emojito
Find all the Emoji in a string. Supports composed emoji.
-
wordninja
port of the Word Ninja English word splitting library
-
mystem
Wrapper around Yandex Mystem for Rust
-
deface
Lightweight markup to HTML converter
-
pdf_form
programatically filling out pdf forms
-
nib-cli
A cli for a yet another static site generator Nib
-
dismej
convert text to discord emojis
-
scrambler
command line tool to scramble letters
-
tablers
create tables and export them into CSV or PDF. Without external deps
-
mdbook-mathpunc
An mdbook preprocessor that prevents line breaks between inline math blocks and punctuation marks when using katex
-
lindera-tokenizer
A morphological analysis library
-
markx
markdown parser
-
charjpoet
Charj Poet is a API for write to
.cj
language -
case-conv
Faster case conversion crate
-
cjieba-sys
unsafe ffi to cppjieba
-
conv-rs
CLI converter for multi extensions
-
milligrep
Custom simplified implementation of grep
-
jpreprocess-naist-jdic
Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language)
-
vextractor
vextractor-cli
-
decline-word
Choose word form based on given number
-
combos
Print all permutations of a word list
-
equt-md-ext
Extend event iterator
-
encoding
Character encoding support for Rust
-
text-tables
A terminal/text table prettifier with no dependencies
-
lingua-portuguese-language-model
The Portuguese language model for Lingua, an accurate natural language detection library
-
pdf_forms
programatically filling out pdf forms
-
grep-searcher
Fast line oriented regex searching as a library
-
publish_demo_node_1
This program picks a random christmas emoji for you
-
simplearrayhash
-
mdbook-trace
A traceable document preprocessor for mdbook
-
mdlint-cli
tbd
-
scannedpdf
A fast, low memory footprint, simple images to PDF crate
-
stfu
Shut The Ferris Up - profanity filtering for Rust
-
rigrep
grep from Rust Book
-
ezk-internal
ezk internal util
-
panduck-latex
Use panduck to generate XeLaTeX
-
jellybean-pack-1
Sweet syntax highlighting with tree-sitter
-
kma-rustlang-vadym-polishchuk-english-parser
parser of English sentences created for KMA Rust course
-
stopwords
from popular text processing frameworks
-
fnew
A Unicode-aware line-oriented drop-in replacement for coreutils' fold
-
txtframe
Creates a frame for text
-
typos-vars
Source Code Spelling Correction
-
munemo-rs
Turn an integer into a more rememberable word, or vice-versa
-
latexify
Shared definition for turn a rust object into latex code
-
goya
morphological analyzer for Rust and WebAssembly
-
uniaxe
replace Unicode letters with Ascii equivalents
-
recode_rs
Command-line tool for converting between the character encodings defined in the Encoding Standard
-
luaparse
A Lua 5.3 parser
-
nutrimatic
Tools for reading Nutrimatic (https://nutrimatic.org) index files
-
slicer
that slices string slices into smaller string slices
-
epubparse
Parse epub and convert to text-only Book structure
-
the-book-tui
A TUI application to load, read, and search The Rust Book
-
conveyance
A stop-gap CLI for conveyancing
-
simple-text-pattern
Matching simple text patterns
-
ruby-parser
A parser for the Ruby language
-
japanese-ruby-filter
Japanese ruby notation parser
-
convert_encoding
Convert encoding of text files in batch
-
rusty_word_builder
Syllable and Word generation library written fully in Rust
-
encoding-index-japanese
Index tables for Japanese character encodings
-
backslash
parsing escape characters
-
toml_to_table
pretty print TOML as a table
-
chanoma
Characters Normalization library. 文字列正規化処理用のライブラリです。
-
pdftotext
High-level library that binds to Poppler to extract text from a PDF
-
brainfuck_interpreter
brainfuck interpreter written in Rust
-
fst-subseq-ascii-caseless
An automaton that matches if the input contains a specific subsequence ignoring ASCII case to be used with fst
-
clparser
A command line tool for parsing CHANGELOG.md files that use the Keep A Changelog format. (fork marcaddeo/clparse)
-
dictionary-1024
a mnemonic dictionary with 1024 words, 10 bits per word
-
encoding-next-index-japanese
Index tables for Japanese character encodings
-
regex-cli-test
A command line tool for testing against regex patterns
-
saku
efficient rule-based Japanese Sentence Tokenizer
-
rep-cli
Replace text file in bulk
-
json-event-parser-witespace
A json event parser with whitespace
-
bgrep
grep tailored to handle binary patterns and files
-
unicode-utf8
that converts utf-8 bytes to a unicode scalar value, and vice versa
-
STKLR
STKLR: pronounced 'stickler'. Is a cli tool to automatically link functions, enums, structs, traits etc in rust-doc docstrings. I couldn't find a tool like this when I needed it so... here we are.
-
pest_ascii_tree
Helper crates converting the parsing result of any pest grammar into an ascii tree
-
transliterate1234
UTF-8 to ASCII transliteration
-
unic-idna-mapping
UNIC — IDNA — IDNA Mapping Table
-
pseudolocalize
Pseudolocalization crate for Rust
-
kytea-tokenizer
Wrapper of tokenization by KyTea
-
snakecase
general purpose snakecase implementation supporting both ascii and unicode
-
html_to_epub
A command line converts .html file to .epub file
-
asciifolding
ascii folding library
-
mdlynx
Small, fast utility to find broken file links in Markdown documents
-
jellybean-pack-0
Sweet syntax highlighting with tree-sitter
-
djot
Djot parser written in pure Rust
-
tectonic_engine_xdvipdfmx
The
xdvipdfmx
program as a reusable crate -
rosie-sys
build or link to librosie to access the Rosie Pattern Language
-
lindera-compress
A morphological analysis library
-
encoding-index-simpchinese
Index tables for simplified Chinese character encodings
-
unidecode
pure ASCII transliterations of Unicode strings
-
debug_canvas
Easily print complicated debug strings
-
publish_demo_node
This program picks a random christmas emoji for you
-
pcre2-sys
Low level bindings to PCRE2
-
lindera-analyzer
A morphological analysis library
-
lithe-cli
A cli of lithe
-
mon-artist
Render ASCII art to SVG, with user-customizable rendering rules
-
pdf2
PDF 2.0 Rust library
-
lingua-latvian-language-model
The Latvian language model for Lingua, an accurate natural language detection library
-
base1112031
way to represent numbers using all Unicode characters except ASCII control characters