en/src
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
..
router Concentrate configuration content parsing in syntax::serial 2025-12-28 06:27:30 -03:00
syntax Concentrate configuration content parsing in syntax::serial 2025-12-28 06:27:30 -03:00
dev.rs Cleanup and rework justfile, add some CI-only checks 2025-12-26 16:48:08 -03:00
lib.rs Reorganize module structure 2025-12-24 12:45:14 -03:00
main.rs Cleanup and rework justfile, add some CI-only checks 2025-12-26 16:48:08 -03:00
router.rs Concentrate configuration content parsing in syntax::serial 2025-12-28 06:27:30 -03:00
syntax.rs Reorganize module structure 2025-12-24 12:45:14 -03:00
types.rs Concentrate configuration content parsing in syntax::serial 2025-12-28 06:27:30 -03:00