ripdoc 0.2.1

Query Rust docs and crate API from the command line
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# RipDoc Roadmap (keep this updated!)

Feel free to add more intermediate sub-tasks as needed.

- [x] organise into subcommands
- [x] show `// ...` between search results with large distance appart
- [ ] functionality/subcommands for fetching:
  - [ ] examples
  - [x] READMEs
- [x] 'with filename' support on module list (-l) show the originating .rs path for each
  - [x] json format support for module/symbol list
    - [ ] TOON-like compact format
  - [ ] ability to dump source code files easily (without having to know path of cache registry)
    - [ ] possibly filter out/exclude comments/docstrings on source code dump as the docs would likely already be in context