genio
v0.2.1 GrowingA type safe, low level replacement for `std::io`. Supports `no_std` for embedded development, just disable cargo feature `std`. Because of limitations of `std::io::Error` type, `genio` provides `Read` and `Write` traits that allow implementors to choose their own type. This type can be better at expressing what kinds of error can happen.
Quick Verdict
- ✕Not updated for 6+ years
- !Pre-1.0: API may have breaking changes
- ✓Tiny footprint (17KB, 2 deps)
- ✓Permissive license (MIT/Apache-2.0)
Security
Deep Insights
1.8K downloads in the last 30 days (61/day), up 110% from the previous period.
Despite being 9+ years old, genio hasn't reached 1.0 yet. Expect potential API changes between versions.
Only 2 direct dependencies. Lean dependency tree means faster builds and lower supply chain risk.
At 16KB, genio is lightweight. Small crate size correlates with focused, well-scoped functionality.
Notable dependents include mos-hardware, rttrust, ssb-handshake. When high-quality crates choose genio, it's a strong quality signal.
Health Breakdown
Recency, release consistency, active ratio
Yanked ratio, deps, size, maturity, features
Reverse deps, ownership, ecosystem
Downloads, momentum, growth trend
Docs, repo, license, metadata
Download Trend
Top Dependents
Most downloaded crates that depend on genio
Version Adoption
Release Timeline
Feature Flags
default =["std"]