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.
|
[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",
|
|
]
|
|
|