Expand description
Finds rs files with markers and include segments from md files as doc comments.
Structsยง
- MdSegment ๐Markers found in md files
- REGEX_
MD_ ๐END Regex for end marker - REGEX_
MD_ ๐START Regex for start marker - REGEX_
RS_ ๐END Regex for end marker - REGEX_
RS_ ๐START Regex for start marker - RsMarker ๐Markers found in rs files
Functionsยง
- Finds rs files with markers and include segments from md files as doc comments.
- The first time it is called read the file and extracts all the segments into a cache vector.
- rs_
file_ ๐markers markers in rs files - rs_
files ๐All rs files in src, tests and examples folders.