forc-doc 0.66.2

Build the documentation for the local package and all dependencies. The output is placed in `out/doc` in the same format as the project.
1
2
3
4
//! Formatting utility, mainly for use in complex HTML string manipulation.
pub mod code_block;
mod constant;
pub mod docstring;