tour_of_rust icon indicating copy to clipboard operation
tour_of_rust copied to clipboard

A tour of rust's language features

Results 56 tour_of_rust issues
Sort by recently updated
recently updated
newest added

https://tourofrust.com/45_en.html When a struct is dropped, the struct itself is dropped first, then its children are dropped individually, and so on. That's wrong? sturct dropped at the end?

- [ ] Dark mode support

The [unsafe code example](https://tourofrust.com/96_en.html) converts a pointer to `u8` to a pointer to `f32`, which has a stricter alignment requirement. This results in creating an unaligned pointer, which is UB...

The playground has stopped working for me. There is a failed network request with response error code 504. It's worth mentioning it was working the past few days but has...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies