Documentation

aok

pub use anyhow::*;

pub const OK: anyhow::Result<()> = std::result::Result::Ok(());
```