Expand description
ยงHow this doc is generated
missing/Makefile
RUSTDOC = rustdoc --edition 2024 -o ../docs
all:
$(RUSTDOC) missing.rs
$(RUSTDOC) missing-how.rs
$(RUSTDOC) missing-why.rs
$(RUSTDOC) missing-not-found.rs
cp APL.png ../docs/missing_why/You can run following shell command from the root level
make -C missingRTFM:
make --help
Usage: make [options] [target] ...
Options:
...
-C DIRECTORY, --directory=DIRECTORY
Change to DIRECTORY before doing anything.A lot of file editing can be achieved via following tools