Skip to content

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

Merged
merged 5 commits into from
Apr 3, 2025

Conversation

GuillaumeGomez
Copy link
Member

Now that rust-lang/team#1707 got merged, time to copy code.

Once merged, can someone do a crates.io release please?

r? @Urgau

[package]
name = "literal-escaper"
version = "0.0.1"
edition = "2021"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

@GuillaumeGomez GuillaumeGomez force-pushed the first-commit branch 2 times, most recently from 0f417ea to de22028 Compare April 3, 2025 19:06
@Urgau
Copy link
Member

Urgau commented Apr 3, 2025

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.

@Urgau Urgau merged commit 2c4aaf4 into rust-lang:main Apr 3, 2025
@GuillaumeGomez GuillaumeGomez deleted the first-commit branch April 3, 2025 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants