Crate missing_how

Crate missing_how 

Source
Expand description

ยงHow this doc is generated

<- missing

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 missing

RTFM:

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

-> man_cat

-> man_echo

-> man_ed

-> man_printf