From 3c49328ad5e8e736e4c1f95b219e4dcbf944beb1 Mon Sep 17 00:00:00 2001 From: Constantin Nickel Date: Wed, 3 Apr 2024 11:07:12 +0200 Subject: [PATCH] Add `cargo xtask codegen` note to the "Working on" section --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 43d232ce..e29d76d0 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,17 @@ git submodule update --init Run `cargo doc` in the repository root to build local documentation under `target/doc/`. +### Code generation + +Some of the components of this repository are generated through automatic +processes. `cargo xtask codegen` runs all generation tasks. Generate code is +commited to the git repository. + +In particular, `cargo xtask codegen` generates: + +1. `markup5ever/generated.rs` and `markup5ever/data/named_entities.rs`. + +2. `html5ever/src/generated.rs` ## Details