rustio rustio.net
46

utf8-rune

v0.0.2 Experimental

Lightweight crate that aims at being a building block for libraries that work with UTF-8 data. This crate provides the struct Rune which can thought of in some cases as a drop-in replacement to Rust's char type. This crate also provides a few low-level tools to work with raw pointers of bytes and work with a sequence of bytes to produce valid UTF-8 data. The idea of Rune both borrows from and expands Golang's notion of rune such that rather than representing one 32 bits integer, each `utf8_rune::Rune` represents a set of bytes that, when displayed together represent a single visible UTF-8 character.

MIT Edition 2024

Quick Verdict

  • !Pre-1.0: API may have breaking changes
  • Tiny footprint (20KB, 1 deps)
  • Permissive license (MIT)

Security

Checking security advisories...
Downloads
1.2K
Dependents
0
Releases
3
Size
20KB

Deep Insights

📊
Download activity

5 downloads in the last 30 days (0/day avg).

🪶
Minimal dependencies

Only 1 direct dependencies. Lean dependency tree means faster builds and lower supply chain risk.

📐
Compact crate

At 19KB, utf8-rune is lightweight. Small crate size correlates with focused, well-scoped functionality.

Health Breakdown

Maintenance 10/25

Recency, release consistency, active ratio

Quality 16/25

Yanked ratio, deps, size, maturity, features

Community 6/20

Reverse deps, ownership, ecosystem

Popularity 4/15

Downloads, momentum, growth trend

Documentation 10/15

Docs, repo, license, metadata

Download Trend

Daily downloads · last 90 days
0/day avg+32%
012312/291/162/32/213/113/28

Version Adoption

v0.0.2
38%
v0.0.0
31%
v0.0.1
30%

Release Timeline

3 releasessince 2025
J
F
M
A
M
J
J
A
S
O
N
D
2025
3
2026
Less
More

Feature Flags

debugpointer

README

Loading README...

Maintainers

Dependencies
1
direct dependencies
Dependents
0
crates depend on utf8-rune

Similar Crates