libipt-sys

Crates.iolibipt-sys
lib.rslibipt-sys
version
sourcesrc
created_at2019-11-28 13:34:19.387681
updated_at2024-11-22 10:23:21.484445
descriptionraw bindings to the libipt intel processor tracing library
homepage
repositoryhttps://github.com/sum-catnip/libipt-sys
max_upload_size
id185068
Cargo.toml error:TOML parse error at line 36, column 1 | 36 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Marco C. (Marcondiro)

documentation

https://docs.rs/libipt-sys/

README

libipt-sys

low level bindgen bindings for the libipt library.

building

clone this repo and the submodules with

git clone https://github.com/sum-catnip/libipt-sys.git --recursive

simply run cargo build and you should be fine. If that doesnt work, make sure you got all the requirements covered.

requirements

  • a working c compiler that can be found by cmake
  • cmake 2.8.6+
  • maybe rust nightly (im not even sure tbh)
Commit count: 20

cargo fmt