We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
std
proc-macro
1 parent 365c0be commit 4a79ce3Copy full SHA for 4a79ce3
Cargo.toml
@@ -5,3 +5,9 @@ edition = "2021"
5
description = "Provides code to unescape string literals"
6
license = "Apache-2.0 OR MIT"
7
repository = "https://github.com/rust-lang/literal-escaper"
8
+
9
+[dependencies]
10
+std = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-std' }
11
12
+[features]
13
+rustc-dep-of-std = ["dep:std"]
0 commit comments