expression_format 1.0.1

A crate to format expressions in strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "expression_format"
version = "1.0.1"
authors = ["Sebastian Ortmann <ortmann.sebastian@gmail.com>"]
edition = "2018"
description = "A crate to format expressions in strings"
license = "MIT OR Apache-2.0"
readme = "readme.md"
repository = "https://github.com/sortmann/expression_format"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
expression_format_impl = "1"