STKLR 0.0.1-alpha

STKLR, pronounced 'stickler' is a cli tool to automatically link functions, enums, structs, traits etc in rust-doc docstrings. I couldn't this when I needed it, so, here we are...
Documentation
[dependencies.anyhow]
version = "1.0.65"

[dependencies.chrono]
version = "0.4.22"

[dependencies.clap]
features = ["derive"]
version = "4.0.9"

[dependencies.fern]
version = "0.6.1"

[dependencies.glob]
version = "0.3.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.17"

[dependencies.regex]
version = "1.6.0"

[package]
authors = ["jer <alphastrata@gmail.com>"]
description = "STKLR, pronounced 'stickler' is a cli tool to automatically link functions, enums, structs, traits etc in rust-doc docstrings. I couldn't this when I needed it, so, here we are..."
edition = "2021"
homepage = "https://github.com/alphastrata"
keywords = ["docs"]
license = "MIT"
name = "STKLR"
publish = true
readme = "README.md"
repository = "https://github.com/alphastrata/stklr.git"
version = "0.0.1-alpha"