to_string 0.1.0

Simple functions to print primitives as strings
Documentation

to_string

0xdeadbeef.to_hexa_string()
0b10101.to_bin_string()

Provided methods:

  • to_bin() / to_binary_string()
  • to_hexa() / to_hexa_string()
  • to_octal() / to_octal_string()
  • to_exp() / to_exp_string()
  • to_pointer() / to_pointer_string()
  • to_debug() / to_debug_string()