Expand description
Library of shared macros.
Macros§
- string_
to_ bytes - Converts a string to a bytes vector if succeeded, otherwise returns false.
- string_
to_ point - Macros to handle errors and return bool type instead of Result type, which are mainly used to simplify type conversions for Rust FFI. Converts a string to a point if succeeded, otherwise returns false.
- string_
to_ scalar - Converts a string to a scalar if succeeded, otherwise returns false.
- wedpr_
println - Prints debug output that can be disabled by setting a global flag.
Constants§
- ENABLE_
DEBUG_ OUTPUT - Global flag of enabling debug output.