-
Couldn't load subscription status.
- Fork 4
Copy compiler/rustc_lexer/src/unescape source code #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| [package] | ||
| name = "literal-escaper" | ||
| version = "0.0.1" | ||
| edition = "2021" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| edition = "2021" | |
| edition = "2021" | |
| description = "Provides code to unescape string literals" | |
| license = "Apache-2.0 OR MIT" | |
| repository = "https://github.com/rust-lang/literal-escaper" |
we should also provide the licenses files in this repo as well
0f417ea to
de22028
Compare
de22028 to
cc19151
Compare
|
Alright, this is a an good enough state to be merged as is. Next step will be to add to add the licenses files, the code of conduct, a changelog and a README.md before we can think of releasing it. |
Now that rust-lang/team#1707 got merged, time to copy code.
Once merged, can someone do a crates.io release please?
r? @Urgau