docs.rs
docs.rs copied to clipboard
crates.io documentation generator
Right now, when a large workspace publishes its crates, we spend a lot of time rebuilding the same dependencies over and over again (e.g. https://github.com/aptos-labs/aptos-core). To reduce the load on...
First, there should be no UI changes. I replaced the dropdown menus in the topbar with `` instead which work nicely with keyboard events and don't require JS, hence why...
This happens due to check [here](https://github.com/rust-lang/docs.rs/blob/ce8b117663fdea44240bc2b10e65db258f1448f9/src/docbuilder/rustwide_builder.rs#L222) which will bail out of the function if the check for the current version fails (which happens if the toolchain is not installed). What's...
Only after much irritation, I understood that using `#![cfg(target_os = "windows")]` is responsible for my crates https://docs.rs/win-beep/latest/win_beep/ and https://docs.rs/vcvars/latest/vcvars/ showing empty documentation. How must it be for a potential user...
According to https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html#limits-invalidations: > File invalidation: maximum number of active wildcard invalidations allowed > 15 So, during times of heavy building (particularly when many crates in a family are released...
## Summary Suggestion: host multiple crate's docs under the same "site", e.g. `https://docs.rs/rand/` ## Motivation Generated docs (at least sometimes) include a list of "Crates" in the sidebar. This can...
I don't really know what else to say here. Seems to happen in Chromium and Firefox. I couldn't find another issue for this. Here's a recording: https://user-images.githubusercontent.com/54749/207850931-384b04b2-f4b1-409a-bf36-04e22820ed65.mp4
So it's not forgotten I'll write down my findings here. When we get a `Yank` change from crates-index-diff, we are running an `UPDATE` statement on the `releases` table. We only...
### Crate name getargv ### Build failure link https://docs.rs/crate/getargv/0.1.1/builds/701636 ### Additional details This crate has a dep `getargv-sys` which requires an apple OS to build, I specify: ``` [package.metadata.docs.rs] targets...
As discussed in https://rust-lang.zulipchat.com/#narrow/stream/356853-t-docs-rs/topic/sourcegraph.20as.20a.20source.20view.20replacement. Sourcegraph announced they have all crates indexed as of July this year: https://twitter.com/sourcegraph/status/1547991489149423620 Note: this doesn't yet delete the code that fills the `files` column, nor...