Skip to content

Commit

Permalink
Add cargo xtask codegen note to the "Working on" section
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelc committed Apr 4, 2024
1 parent d417551 commit 12aa7ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 12aa7ff

Please sign in to comment.