to_string

Crates.ioto_string
lib.rsto_string
version0.1.0
sourcesrc
created_at2017-07-02 21:44:31.90978
updated_at2017-07-02 21:44:31.90978
descriptionSimple functions to print primitives as strings
homepagehttps://github.com/mackwic/to_string
repositoryhttps://github.com/mackwic/to_string
max_upload_size
id21641
size20,655
Thomas Wickham (mackwic)

documentation

https://docs.rs/to_string

README

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()
Commit count: 8

cargo fmt