format_all_args 0.5.0

Formats any number of arguments without heap allocation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["Vadim Glinka <vadgit@yandex.com>"]
categories = ["development-tools"]
description = "Formats any number of arguments without heap allocation."
edition = "2021"
exclude = ["/target"]
keywords = ["format_all_args", "format_args", "format"]
license = "Apache-2.0 OR MIT"
name = "format_all_args"
readme = "README.md"
repository = "https://github.com/vglinka/format_all_args"
resolver = "2"
version = "0.5.0"