Crate charon_driver

Source
Expand description

The Charon driver, which calls Rustc with callbacks to compile some Rust crate to LLBC.

Modulesยง

driver ๐Ÿ”’
Run the rustc compiler with our custom options and hooks.
translate ๐Ÿ”’

Enumsยง

CharonFailure

Functionsยง

main ๐Ÿ”’
run_charon ๐Ÿ”’
Run charon. Returns the number of warnings generated.
transformation_passes
Calculate the list of passes we will run on the crate before outputting it.