diff options
author | iximeow <me@iximeow.net> | 2021-07-04 17:38:17 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-04 17:39:18 -0700 |
commit | 03fa14970be8ac8eb2bf8d7a828ebe2ef61f84d1 (patch) | |
tree | c7f2f4306c56e995329e107af7b56c66b1182955 /README.md | |
parent | 61e625b85ff51fea84550788489993c33dff432c (diff) |
fix docs link1.0.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ x86 decoders implemented as part of the yaxpeax project, implementing traits provided by `yaxpeax-arch`. -Rust users of this library will either want to use the [quick and dirty APIs], or more generic decode interfaces from `yaxpeax-arch` - appropriate when mixing `yaxpeax-x86` usage with other `yaxpeax` decoders, such as `yaxpeax-arm`. examples of both styles are provided [in the documentation](link). +Rust users of this library will either want to use the [quick and dirty APIs], or more generic decode interfaces from `yaxpeax-arch` - appropriate when mixing `yaxpeax-x86` usage with other `yaxpeax` decoders, such as `yaxpeax-arm`. examples of both styles are provided [in the documentation](https://docs.rs/yaxpeax-x86/). the `ffi/` directory provides a repackaging of `yaxpeax-x86` suitable for use by non-Rust callers, such as C or C++. see the `examples` directory for FFI usage of this library. |