Skip to content

Commit e2e4cdd

Browse files
jiegectmfink
authored andcommitted
rs, sys: document check_only feature
1 parent abcdab0 commit e2e4cdd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Expose `CS_OPT_UNSIGNED` via `Capstone::set_unsigned`
1818
- Expose `CS_OPT_MNEMONIC` via `Capstone::set_mnemonic`
1919
- 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
2121

2222
### Changed
2323
- `InsnDetail::regs_read()`/`InsnDetail::regs_write()` return more of the accessed registers

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ More complex demos welcome!
126126
e.g. `arch_arm64` enables arch arm64 support
127127
- `support_all_archs`<sup>&dagger;</sup>: enable all archs available
128128
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
131131

132132
<sup>&dagger;</sup>: enabled by default
133133

capstone-sys/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Support for MOS65XX arch
1111
- Support for SH arch
1212
- 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
1414

1515
### Changed
1616
- Bump bundled capstone to 5.0.6

0 commit comments

Comments
 (0)