-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from Marcondiro/master
Fix windows, fmt, more #[derive(Debug)], Bump to 0.2.0
- Loading branch information
Showing
67 changed files
with
1,251 additions
and
1,013 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
[package] | ||
name = "libipt" | ||
version = "0.2.0-rc.1" | ||
version = "0.2.0" | ||
authors = ["sum_catnip <[email protected]>", "Marcondiro"] | ||
edition = "2021" | ||
license = "MIT" | ||
description = "The Intel Processor Trace (Intel PT) Decoder Library is Intel's reference implementation for decoding Intel PT." | ||
repository = "https://github.com/sum-catnip/libipt-rs" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
libipt-sys = "0.2.0-rc.1" | ||
libipt-sys = "0.2.0" | ||
bitflags = "2.4.1" | ||
num_enum = "0.7.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ mod block; | |
mod decoder; | ||
|
||
pub use block::*; | ||
pub use decoder::*; | ||
pub use decoder::*; |
Oops, something went wrong.