effortless
effortless is the permanent 0.x incubator crate for early EffortlessMetrics Rust tools.
It exists to make new tools easy to test across machines before they are ready for durable names, stable APIs, or standalone crates.
What belongs here
Early experiments belong here when they need a shared, publishable Rust surface but are not ready to become named projects yet.
A typical path is:
- Start inside
effortless. - Stabilize the tool shape.
- Move to a category crate such as
effortless-<category>if useful. - Split into a durable named crate once the tool proves it should exist long-term.
Version policy
This crate permanently stays in the 0.x.y range.
There is no planned 1.0.
APIs are experimental by default. Do not depend on this crate expecting long-term semver stability unless a specific module documents a stronger local contract.
Current status
0.0.1 is the initial crates.io release used to establish the crate and its version policy.
No production tool surface is included yet.
License
Licensed under either of:
- Apache License, Version 2.0
- MIT license
at your option.