Docs.rs
codebase-recall-0.7.4
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
codebase-recall 0.7.4
CLI based application for codebase dumper for LLMs and fast review/recall project
Crate
Source
Builds
Feature flags
Hide files
..
cache.py
expected-edges.json
factory.py
main.py
store.py
1
2
3
4
5
from
store
import
Store
def
make_store
(
)
:
return
Store
(
)