memex 0.2.3

Turn your Rust workspace into human-readable docs and agent-ready context.
Documentation
1
2
3
4
5
6
7
8
9
10
.PHONY: docs docs-build docs-serve

docs:
	cargo run -- serve

docs-build:
	cargo run -- build

docs-serve:
	cargo run -- serve --no-build