scfmt 0.2.0

A tool for formatting code with structured comments
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.colored]
version = "2.0.0"

[dependencies.glob]
version = "0.3.0"

[dependencies.phf]
features = ["macros"]
version = "0.10.1"

[package]
description = "A tool for formatting code with structured comments"
edition = "2021"
license = "MIT"
name = "scfmt"
repository = "https://github.com/sloganking/Structured-commenting-formatter"
resolver = "2"
version = "0.2.0"