aturon.github.io icon indicating copy to clipboard operation
aturon.github.io copied to clipboard

turon's web site

Results 7 aturon.github.io issues
Sort by recently updated
recently updated
newest added

The [Realworld implementation in Rust](https://github.com/gothinkster/rust-realworld-example-app) references [aturon.github.io/README.md](http://aturon.github.io/README.html). It returns 404 now. It [had](https://web.archive.org/web/20170714164901/http://aturon.github.io/README.html) a book called Rust Guidelines before that. Are those guidelines still available anywhere? Is there a better...

I really enjoyed the listening and trust series, but it appears the pages have been moved and the links are now broken.

The body text disappeared from http://aturon.github.io/blog/2017/02/06/specialization-and-coherence/, though it is at http://aturon.github.io/2017/02/06/specialization-and-coherence/ . I don't see any other obvious ones missing from ebd9086f0086c1448d90fb7dc24182f46513fe3f .

The blog here: https://aturon.github.io/blog/ Has different dates for the posts compared to the RSS feed here: https://aturon.github.io/blog/atom.xml It's making things look quite odd (and confusing) in my RSS reader.

This might be the wrong place to fix if this is generated code, but I don’t know where the source is.

This link to the `Command` API documentation is broken (still refers to the older `std::io::process` instead of the current `std::process`).

With a friend of mine, we are coding in rust and we don't know if we should write documentation this way : ``` rust /// documentation fn myfn() { }...