rumdl 0.2.63

A fast Markdown linter and formatter written in Rust
Documentation
1
2
3
4
5
6
//! Handler for the `version` command.

/// Print version information.
pub fn handle_version() {
    println!("rumdl {}", env!("CARGO_PKG_VERSION"));
}