hyperlit-base 0.1.0

A software documentation tool documentation embedded in source files - base crate
Documentation
1
2
3
4
5
6
// #![allow(clippy::redundant_closure)] // Gives false positives for context! macro

pub mod error;
pub mod logging;
pub mod result;
pub mod shared_string;