nebu-ctx 0.7.6

Lean-ctx runtime adapted for the NebuCtx self-hosted client/server 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()
}