Skip to content

Commit 6e1c22d

Browse files
committed
Make this a Cargo package.
1 parent 7d73291 commit 6e1c22d

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target
2+
/Cargo.lock

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[package]
2+
3+
name = "ascii"
4+
version = "0.0.1"
5+
authors = ["Simon Sapin <[email protected]>"]

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
This is currently a copy of the `std::ascii` module
2+
as of [Rust](https://github.com/rust-lang/rust/)
3+
[66601647cd8050fb9a63a56d1b6a8d836a0eab39](https://github.com/rust-lang/rust/commit/66601647cd8050fb9a63a56d1b6a8d836a0eab39).
4+
5+
In the future, it will only provide the functionality
6+
that is [moving out of `std::ascii`](https://github.com/rust-lang/rfcs/pull/486).
File renamed without changes.

0 commit comments

Comments
 (0)