fishextract 0.0.0

Rust native mermaid parser and generator of SVGs based on those.
Documentation
1
2
3
4
5
6
7
8
9
pub fn fishextract(_x: impl std::io::BufRead) -> Result<(), ()> {
    log::info!("fishextract - So good!");
    todo!()
}

#[cfg(test)]
mod tests {

}