4 releases
0.2.1 | Oct 22, 2021 |
---|---|
0.2.0 | Oct 22, 2021 |
0.1.1 | Oct 21, 2021 |
0.1.0 | Sep 18, 2021 |
#17 in #parse-markdown
20KB
506 lines
Writing
a document-code sync tools for setup.
process
- read markdown file
- parse markdown code
- insert new code
- generate new code
DSL Design
by Lines
// doc-code: file("src/lib.rs").line()[1, 5]
by Section (Todo)
// doc-section: file("src/lib.rs").section("section1")
by Function (Todo)
// doc-func: file("src/lib.rs").func()["pre_process_file", "process_file"]
Documents
License
@ 2021 This code is distributed under the MIT license. See LICENSE
in this directory.
Dependencies
~19–28MB
~582K SLoC