Cargo Features
[dependencies]
byond_fn = { version = "0.5.1", default-features = false, features = ["json_transport", "allow_other_arch", "ffi_v2"] }
- default = json_transport
-
The
json_transport
feature is set by default wheneverbyond_fn
is added without
somewhere in the dependency tree.default-features = false - json_transport default
-
Enables serde and serde_json
Affects
str_ffi::json
,str_ffi::error_keys.JSON_TYPE_SERIALIZE
,str_ffi::error_keys.JSON_TYPE_DESERIALIZE
… - allow_other_arch
-
Enables allow_other_arch of byond_fn_impl ^0.4.0
- ffi_v2
-
Enables ffi_v2 of byond_fn_impl ^0.4.0
Affects
byond_fn::ffi_v2
…