Expand description
This module contains various utilities for debugging and processing structs
Structs§
- Benchmark
- Benchmark struct, used for recording execution time
desc: descriptor for benchmarkinst: when benchmark timer was started
Functions§
- clamp_
to_ values - dbg_
write - Debug function that writes
valto.debugfile - get_
local_ levels_ path - Returns path of CCLocalLevels.dat if it exists, otherwise return Err
- proper_
plist_ tags - properties_
from_ json - Converts properties in
serde_json::Valuedict to aHashMap<String, Value> - vec_
as_ str - Converts
Vec<u8>utf8 to String