articles/rust.md: update
This commit is contained in:
parent
8407b5632c
commit
0d7be13176
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ It has to be noted that the "main" and "recommended" way of infecting your compu
|
|||
Due to its extreme complexity and lack of formal specification, there's only the official compiler. Other independent attempts of implementing a Rust compiler
|
||||
(such as gccrs) can't even compile a hello world yet.
|
||||
|
||||
Even the simplest data structures are an absolute pain to implement because of the borrow checker; linked lists for example,
|
||||
are known to be very hard to implement in Rust. I kid you not, there's even a [whole book](https://rust-unofficial.github.io/too-many-lists/)
|
||||
explaining how to implement such trivial data structure in Rust.
|
||||
|
||||
## The #RustDependencyChallenge
|
||||
Go to your average non trivial rust project `Cargo.lock` file and when you find one that is less than 100 lines long you win.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue