effortless 0.0.1

Permanent 0.x incubator crate for early EffortlessMetrics Rust tools.
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 16.93 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 243.15 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • EffortlessSteven

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:

  1. Start inside effortless.
  2. Stabilize the tool shape.
  3. Move to a category crate such as effortless-<category> if useful.
  4. 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.