cortenforge 0.4.1

Umbrella crate for the CortenForge stack; re-exports app-agnostic crates with feature wiring.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
.PHONY: docs docs-watch docs-test

# Build the CortenForge book
.docs: ;

docs:
	mdbook build docs/cortenforge_book

docs-watch:
	mdbook serve docs/cortenforge_book --open

docs-test:
	mdbook test docs/cortenforge_book