You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ provides various options and flags to tweak its behaviour: you can display a
9
9
detailed documentation with `--help`.
10
10
In particular, you can pretty-print the translated crate with both `--print-ullbc` and `--print-llbc`, depending on the Charon intermediate representation you wish to use.
11
11
12
-
Charon supports per-crate configuration via the `[package.metadata.charon]` section in `Cargo.toml`. A couple of Charon options can be passed as toml values there. The exact list can be found by looking at `src/bin/charon/toml_config.rs`. If an option is set both as a CLI flag and as a toml value and we can't merge them, the CLI flag wins.
12
+
Charon supports per-crate configuration via the `[package.metadata.charon]` section in `Cargo.toml`.
13
+
The exact list can be found by looking at `src/bin/charon/toml_config.rs`.
14
+
If an option is set both as a CLI flag and as a toml value and we can't merge them, the CLI flag wins.
13
15
14
16
**Remark**: because Charon is compiled with Rust nightly (this is a requirement to implement a rustc
15
17
driver), it will build your crate with Rust nightly. You can find the nightly version pinned for
0 commit comments