serde_fmt 1.0.3

Write any serde::Serialize using the standard formatting APIs
Documentation
[dependencies.serde]
default-features = false
version = "1.0.104"
[dev-dependencies.serde_derive]
version = "1"

[features]
std = ["serde/std"]

[package]
authors = ["Ashley Mannix <ashleymannix@live.com.au>"]
categories = ["encoding", "no-std"]
description = "Write any serde::Serialize using the standard formatting APIs"
documentation = "https://docs.rs/serde_fmt"
edition = "2018"
exclude = [".github"]
keywords = ["serialization", "no_std"]
license = "Apache-2.0 OR MIT"
name = "serde_fmt"
readme = "README.md"
repository = "https://github.com/KodrAus/serde_fmt.git"
version = "1.0.3"