en/src/router/handlers
jutty 7300a29b67 Concentrate configuration content parsing in syntax::serial
Fixes some pages not having parsed input by making it much harder to
construct a config with unparsed text, which is something you basically
never want. The parsing now happens much earlier and consumers don't
need to remember to parse the configuration anymore.

Fixes a possible stack overflow due to parsing and configuration
depending on each other.

This commit also has dependencies updates and minor justfile tweaks.
2025-12-28 06:27:30 -03:00
..
error.rs Add tests for all but the content syntax parser module 2025-12-25 23:57:22 -03:00
fixed.rs Add tests for all but the content syntax parser module 2025-12-25 23:57:22 -03:00
graph.rs Concentrate configuration content parsing in syntax::serial 2025-12-28 06:27:30 -03:00
navigation.rs Concentrate configuration content parsing in syntax::serial 2025-12-28 06:27:30 -03:00
raw.rs Add tests for all but the content syntax parser module 2025-12-25 23:57:22 -03:00
template.rs Concentrate configuration content parsing in syntax::serial 2025-12-28 06:27:30 -03:00