runtime-format 0.1.2

rust library for formatting dynamic strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.tinyvec]
optional = true
version = "1.6"

[features]
default = ["std"]
std = ["tinyvec/alloc"]

[package]
authors = ["Conrad Ludgate <conradludgate@gmail.com>"]
description = "rust library for formatting dynamic strings"
edition = "2021"
keywords = ["format", "string", "str", "dynamic", "static"]
license = "MIT"
name = "runtime-format"
readme = "README.md"
repository = "https://github.com/conradludgate/strfmt"
version = "0.1.2"