You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-unicode-width0.1/rust2rpm.toml

15 lines
271 B

[package]
summary = "Determine displayed width of 'char' and 'str' types"
cargo-toml-patch-comments = [
"exclude scripts that are only useful for upstream development",
]
[features]
hide = [
"compiler_builtins",
"core",
"std",
"rustc-dep-of-std",
]