emile.space

            
            

1. Offline Rust stdlib docs

Rust has got an amazing documentation, but in order to access it, you need some kind of internet connection. This can be anoying.

Including the following lines into your project allows viewing the rust stdlib documentation when running `cargo doc --open` or so:

#[doc(inline)]
pub use std;

I found this useful.

Found here:
https://github.com/rust-lang/rfcs/issues/2324#issuecomment-502437904



rss feed of @hanemile@chaos.social mastodon lieu webring search engine XXIIVV webring mastodon
emile - 1708604777.431921s - generated using vokobe "0.1.3"