I\'m trying to implement core::fmt::Write for a struct I have written to manage a text buffer in an embedded rust project. I am using #[no_std] and
core::fmt::Write
#[no_std]