aquavm/crates/air-lib/execution-info-collector
Ivan Boldyrev 619e8829a9
Get rid of unsafe code in the interpreter (#303)
* Get rid of unsafe code unless really necessary

* Add lint levels where appropriate

Some crates (air-beautifier, air-testing-framework) have lot of
rust_2018_idioms violations, that will be resolved later.
2022-09-06 00:03:30 +07:00
..
src Get rid of unsafe code in the interpreter (#303) 2022-09-06 00:03:30 +07:00
Cargo.toml decouple instruction tracker to a separate crate (#160) 2021-10-15 14:26:46 +03:00
README.md decouple instruction tracker to a separate crate (#160) 2021-10-15 14:26:46 +03:00

AIR execution info collector

It's important to capture some info about AIR scripts execution and then analyze it. This crate provides implementation of instruction info collector that is intended to collect various info about executed instructions.