stackfmt 0.1.1

Write formatted string to a buffer without alloc
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "stackfmt"
description = "Write formatted string to a buffer without alloc"
version = "0.1.1"
authors = ["Vladimir Zvezda"]
edition = "2018"
license = "MIT"
keywords = ["format", "stack"]
categories = ["no-std"]
readme = "README.md"
repository = "https://github.com/vzvezda/stackfmt"

# No dependencies!