Cargo Features
[dependencies]
quickjs_android_suitable_sys = { version = "0.20220306.3", default-features = false, features = ["bignum", "dump_free", "dump_leaks"] }
- default = bignum
-
The
bignum
feature is set by default wheneverquickjs_android_suitable_sys
is added without
somewhere in the dependency tree.default-features = false - bignum default
- dump_free
- dump_leaks
quickjs_android_suitable_sys has 4 features without comments.