1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
//! Permanent 0.x incubator crate for early EffortlessMetrics Rust tools.
//!
//! `effortless` is intentionally not a stable product crate.
//!
//! It is used as a low-friction experimentation space for tools that may later
//! split into named crates once their shape, API, and long-term purpose are
//! clear.
//!
//! ## Version policy
//!
//! This crate permanently stays in the `0.x.y` version range. It does not aim
//! for a `1.0` stability contract.
//!
//! Consumers should treat all APIs as experimental unless a specific module
//! documents a stronger local contract.
/// Returns the crate status.
///
/// This is intentionally tiny for the first release. Real experiments should be
/// added only when they have a clear category, local documentation, and tests.
pub const
/// Returns the crate's version policy.
pub const