refining-str 0.1.0

Refining strings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "refining-str"
version.workspace = true
authors.workspace = true
rust-version.workspace = true
edition.workspace = true
description = "Refining strings."
documentation = "https://docs.rs/refining-str"
readme = "README.md"
repository.workspace = true
license.workspace = true
keywords = ["refinement", "type", "str"]

[dependencies.refining-core]
workspace = true

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]