refactor: Remove std but add alloc
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
#![no_std]
|
||||
extern crate alloc;
|
||||
use crate::alloc::borrow::ToOwned;
|
||||
use alloc::format;
|
||||
use alloc::string::{String, ToString};
|
||||
|
||||
pub mod display;
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user