rustio rustio.net
47

inlinable_string

v0.1.15 Growing

The `inlinable_string` crate provides the `InlinableString` type -- an owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation -- and the `StringExt` trait which abstracts string operations over both `std::string::String` and `InlinableString` (or even your own custom string type).

Apache-2.0/MIT Edition 2018
#string#inline#inlinable

Quick Verdict

  • โœ•Not updated for 4+ years
  • !Pre-1.0: API may have breaking changes
  • โœ“Tiny footprint (19KB, 2 deps)
  • โœ“Permissive license (Apache-2.0/MIT)

Security

Checking security advisories...
Downloads
19.8M
Dependents
74
Releases
16
Size
19KB

Deep Insights

๐Ÿ“Š
Stable downloads

1.4M downloads in the last 30 days (45.9K/day). Volume is roughly flat compared to the previous period.

๐Ÿ‘ค
Prolific maintainer

The primary maintainer publishes 101 crates. This suggests deep Rust expertise and long-term commitment to the ecosystem.

๐Ÿ”ฌ
Pre-1.0 for over a year

Despite being 10+ years old, inlinable_string hasn't reached 1.0 yet. Expect potential API changes between versions.

๐Ÿชถ
Minimal dependencies

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

๐Ÿ“
Compact crate

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

โš ๏ธ
Notable yanked versions

13% of releases have been yanked. Check version history before pinning.

๐ŸŒŸ
Used by top crates

Notable dependents include pear, arraystring, gstuff, juniper_rocket, uuid-b64. When high-quality crates choose inlinable_string, it's a strong quality signal.

Health Breakdown

Maintenance 4/25

Recency, release consistency, active ratio

Quality 13/25

Yanked ratio, deps, size, maturity, features

Community 10/20

Reverse deps, ownership, ecosystem

Popularity 8/15

Downloads, momentum, growth trend

Documentation 12/15

Docs, repo, license, metadata

Download Trend

Daily downloads ยท last 90 days
42K/day avg+28%
020K40K60K12/291/162/32/213/113/28

Top Dependents

Version Adoption

v0.1.15
94%
v0.1.14
4%
v0.1.11
1%
v0.1.10
0%
v0.1.13
0%

Release Timeline

16 releases2 yankedsince 2015
J
F
M
A
M
J
J
A
S
O
N
D
2015
4
2016
1
2017
5
2018
1
2019
2020
4
2021
2022
1
2023
2024
2025
2026
Less
More|
Yanked

Feature Flags

no_stdnightly

README

Loading README...

Maintainers

Dependencies
2
direct dependencies
Dependents
74
crates depend on inlinable_string

Similar Crates