|
@@ -35,9 +35,8 @@ pre-written adapters for [`fmt::Write`][output::fmt_write] (like a
|
|
|
|
|
|
### 🔬 Small
|
|
### 🔬 Small
|
|
|
|
|
|
-This crate is `no_std` compatible (`printf-compat = { version = "0.1",
|
|
|
|
-default-features = false }` in your Cargo.toml). The main machinery doesn't
|
|
|
|
-require the use of [`core::fmt`], and it can't panic.
|
|
|
|
|
|
+This crate is `no_std` compatible (with `default-features = false`).
|
|
|
|
+The main machinery doesn't require the use of [`core::fmt`], and it can't panic.
|
|
|
|
|
|
### 🔒 Safe (as can be)
|
|
### 🔒 Safe (as can be)
|
|
|
|
|