fmt-utils 0.1.0

Various utilities for use with std::fmt::Display and fast_fmt::Fmt
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "fast_fmt"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "deecb33f09954c5fe32f8a16e4fb4bd698a37955f993d68bf9702cd429ad5c4c"
dependencies = [
 "numtoa",
 "void",
]

[[package]]
name = "fmt-utils"
version = "0.1.0"
dependencies = [
 "fast_fmt",
]

[[package]]
name = "numtoa"
version = "0.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c8fcb09df1eba2d128cfc50bdb0c3f33ac4f91fdacc2d3ac039b3b192398f8f"

[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"