Closed fmckeogh closed 6 years ago
Would it be possible to create an example for when using nostd? It works great using itoa::write with std, but I get the following error using itoa::fmt in nostd:
the trait 'core::fmt::Write' is not implemented for '[u8]'
on this line:
let n = itoa::fmt(buffer[..], num).unwrap();
Thanks :)
Would it be possible to create an example for when using nostd? It works great using itoa::write with std, but I get the following error using itoa::fmt in nostd:
the trait 'core::fmt::Write' is not implemented for '[u8]'
on this line:
let n = itoa::fmt(buffer[..], num).unwrap();
Thanks :)