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 givenu8
.