feat: primitive comment block parser

This commit is contained in:
2026-01-29 16:49:46 +01:00
parent 749dd0dbb2
commit 72f6bcc5be
9 changed files with 215 additions and 0 deletions

21
Cargo.lock generated Normal file
View File

@@ -0,0 +1,21 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "anyhow"
version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[package]]
name = "apidoc"
version = "0.1.0"
dependencies = [
"anyhow",
"apidoc_parser",
]
[[package]]
name = "apidoc_parser"
version = "0.1.0"