nebu-ctx 0.5.9

Lean-ctx runtime adapted for the NebuCtx Cloud-backed product.
Documentation
1
2
3
4
5
6
use crate::core::wrapped::WrappedReport;

pub fn handle(period: &str) -> String {
    let report = WrappedReport::generate(period);
    report.format_compact()
}