Cargo Features
Bebop has no features set by default.
[dependencies]
bebop = { version = "3.1.3", features = ["unchecked", "sorted_maps"] }
- unchecked
-
where reasonable, skip decoding checks, this will cause random issues if invalid UTF8 is sent to the program
- sorted_maps = itertools
-
Enable to have maps sorted by their key values
Affects
serialization::SubRecordHashMapKey
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.