This commit is contained in:
qorg11 2021-06-15 18:03:38 +02:00
parent 69f48675cd
commit 8c85e7cfda
No known key found for this signature in database
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 4 additions and 4 deletions

View File

@ -4,14 +4,14 @@
* Rust lacks a specification * Rust lacks a specification
* There is only one compiler * There is only one compiler
>>Everything in rust is undefined >\>Everything in rust is undefined
>>Therefore Rust has more undefined behaviour than C. >\>Therefore Rust has more undefined behaviour than C.
* Cargo sucks * Cargo sucks
* Takes years to build * Takes years to build
>>Consider adding CString/* const i8 literals >\>Consider adding CString/* const i8 literals
>>Use concat! >\>Use concat!
``` ```
macro_rules! c_str { macro_rules! c_str {