Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ongchi/comment-extract
https://github.com/ongchi/comment-extract
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ongchi/comment-extract
- Owner: ongchi
- Created: 2024-02-13T03:57:19.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-03T14:32:59.000Z (10 months ago)
- Last Synced: 2024-03-04T11:32:14.191Z (10 months ago)
- Language: Rust
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# comment-extract
Experimental doc comments extractor for [DataFusion](https://github.com/apache/arrow-datafusion).
## Note
This tool extracts information from
rustdoc JSON output ([rfcs#2963](https://rust-lang.github.io/rfcs/2963-rustdoc-json.html)),
which requires the nightly toolchain,
but it is not necessary to compile with the nightly toolchain.