it seems hexadecimal numbers are good for c/c++/rust iot programming. Below are images in favour of hexadecimal numbers .
I am looking for rust compiler in which hexadecimal is default base for integers float . ascii_510(5+5=10) --> hskii_810(8+8=10=4X4)
int10 a = 484; B
// above line in ascii_510 rust will look as : int16 a = 0x484B ;
so kindly provide hint how & which files in rust source be changed.