You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
- 🕹️ Paradigm-changing (no more unsafe code!)
21
21
- 🔥 Blazingly fast
22
22
- 💡 Easy to use
23
-
- Featuring way 👋 too 2️⃣ many 🤯 emojis in the 📖 readme 🔥 🦀 💨
23
+
-🏆 Featuring way 👋 too 2️⃣ many 🤯 emojis in the 📖 readme 🔥 🦀 💨
24
24
-**🦀 Built in 100% memory-safe Rust**
25
25
26
26
## Example
@@ -36,7 +36,7 @@ pub fn segfault() {
36
36
37
37
Rust is an amazing language. You can program a lot of useful things while ensuring that your program will stay safe. Unfortunately, safe Rust is quite limiting. For example, you cannot introduce code that could corrupt the program's memory. Now, with **cve-rs**, you can corrupt your program's memory without corrupting your program's memory.
38
38
39
-
We are very committed to making sure **cve-rs** is memory-safe. We know that unsafe code can have unintended consequences, such as memory unsafety that causes bugs like segmentation faults, use-after-frees, and buffer overflows!
39
+
We are very committed to making sure **cve-rs** is memory-safe. We know that unsafe code can have unintended consequences, such as memory unsafety that causes bugs like segmentation faults, use-after-frees, and buffer overflows.
40
40
41
41
That is why **cve-rs** uses `#![deny(unsafe_code)]` in the entire codebase. There is not a single block of `unsafe` code (except for some [tests](./src/transmute.rs#L56)) in this project.
42
42
@@ -58,14 +58,14 @@ That is why **cve-rs** uses `#![deny(unsafe_code)]` in the entire codebase. Ther
Special thanks to [@Bright-Shard](https://github.com/Bright-Shard) and [@Creative0708](https://github.com/Creative0708), and everyone else who contributed to **cve-rs**.
@@ -91,8 +87,14 @@ Special thanks to [@Bright-Shard](https://github.com/Bright-Shard) and [@Creativ
91
87
92
88
This project is licensed under the [GLWTSPL](/LICENSE).
93
89
90
+
## Wait, how safe is cve-rs?!?
91
+
92
+
This project is licensed under the [GLWTSPL](/LICENSE).
93
+
94
94
## License
95
95
96
96
This project is licensed under the [GLWTSPL](/LICENSE).
0 commit comments