We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdf953 commit b4de355Copy full SHA for b4de355
Changelog.md
@@ -9,6 +9,9 @@ Made the macros in `const_format` usable when the crate is renamed.
9
Added a `#[cdeb(crate = "foo")]` helper attribute to
10
pass the path to `const_format` to `ConstDebug`, useful when reexporting the derive macro.
11
12
+Documented that `writec!(buff, "{foo}")` (where `foo` is a local variable) works,
13
+and is equivelent to `writec!(buff, "{}", foo)`.
14
+
15
### 0.2.5
16
17
Added the "assert" cargo feature,
0 commit comments