diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-12-13 12:57:14 +0400 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-12-13 12:57:14 +0400 |
commit | ff5f81498ba1807ab06ffb5dadb1c99c102e0284 (patch) | |
tree | 4c19b6daaac3b4857022f724005095474ed35b45 /readme.md | |
parent | 60410a42e46d97e3581493c9d185184b7fd87bb5 (diff) | |
download | markdown-rs-ff5f81498ba1807ab06ffb5dadb1c99c102e0284.tar.gz markdown-rs-ff5f81498ba1807ab06ffb5dadb1c99c102e0284.tar.bz2 markdown-rs-ff5f81498ba1807ab06ffb5dadb1c99c102e0284.zip |
Replace build script with private crate
Closes GH-34.
Closes GH-35.
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -241,6 +241,10 @@ Fuzz testing is used to check for things that might fall through coverage. The following bash scripts are useful when working on this project: +* generate code (latest CM tests and Unicode info): + ```sh + cargo run --manifest-path generate/Cargo.toml + ``` * run examples: ```sh RUST_BACKTRACE=1 RUST_LOG=debug cargo run --example lib |