Module parsing

Source

Functions§

bytes_to_string_vec
Convert a C bytes pointer into an owned Vec<String>.
min_increment_precision_from_cstr
Return the minimum price increment decimal precision inferred from the given C string.
optional_bytes_to_json
Convert a C bytes pointer into an owned Option<HashMap<String, Value>>.
optional_bytes_to_str_map
Convert a C bytes pointer into an owned Option<HashMap<Ustr, Ustr>>.
optional_bytes_to_str_vec
Convert a C bytes pointer into an owned Option<Vec<String>>.
precision_from_cstr
Return the decimal precision inferred from the given C string.
string_vec_to_bytes
u8_as_bool
Return a bool value from the given u8.