From b046b706d9bc9ed7828650d452024c31524b18bd Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 16 May 2026 08:44:41 +0000 Subject: add "unstable" feature plus test support --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index eecfad1..cb90983 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,6 +56,10 @@ use-serde = ["yaxpeax-arch/use-serde", "serde", "serde_derive"] colors = ["yaxpeax-arch/colors"] +# feature for library surface areas that are *NOT STABLE*. these will change in +# semver-incompatible ways across any releases. +unstable = [] + # This enables some capstone benchmarks over the same # instruction bytes used to bench this code. capstone_bench = [] @@ -66,3 +70,6 @@ profiling = [] # do not use this. it is for development and library debugging only. _debug_internal_disasm_stats = [] + +# do not use this. it is for development and library testing only. +_debug_internal_asserts = [] -- cgit v1.1