Macro wedpr_l_macros::bytes_to_point[][src]

macro_rules! bytes_to_point {
    ($param:expr) => { ... };
}

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.