File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
- Expose ` CS_OPT_UNSIGNED ` via ` Capstone::set_unsigned `
18
18
- Expose ` CS_OPT_MNEMONIC ` via ` Capstone::set_mnemonic `
19
19
- Expose ` cs_disasm_iter ` via ` Capstone::disasm_iter `
20
- - Add ` build ` feature to speed up ` cargo check ` by building without native code
20
+ - Add ` check_only ` feature to speed up ` cargo check ` by building without native code
21
21
22
22
### Changed
23
23
- ` InsnDetail::regs_read() ` /` InsnDetail::regs_write() ` return more of the accessed registers
Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ More complex demos welcome!
126
126
e.g. ` arch_arm64 ` enables arch arm64 support
127
127
- ` support_all_archs ` <sup >&dagger ; </sup >: enable all archs available
128
128
in capstone, imply all ` arch_$ARCH ` features
129
- - ` build ` <sup >&dagger ; </sup >: compile and link capstone C library,
130
- you can disable it to speed up ` cargo check ` by 5x
129
+ - ` check_only ` <sup >&dagger ; </sup >: do not compile and link capstone C library,
130
+ you can enable it to speed up ` cargo check ` by 5x
131
131
132
132
<sup >&dagger ; </sup >: enabled by default
133
133
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
- Support for MOS65XX arch
11
11
- Support for SH arch
12
12
- Arch-specific features flags to enable/disable arch support
13
- - Add ` build ` feature to speed up ` cargo check ` by building without native code
13
+ - Add ` check_only ` feature to speed up ` cargo check ` by building without native code
14
14
15
15
### Changed
16
16
- Bump bundled capstone to 5.0.6
You can’t perform that action at this time.
0 commit comments