to_string 0.1.0

Simple functions to print primitives as strings
Documentation
  • Coverage
  • 63.16%
    12 out of 19 items documented12 out of 18 items with examples
  • Size
  • Source code size: 20.8 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.31 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • mackwic/to_string
    7 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mackwic

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()