docs.rs
docs.rs copied to clipboard
crates.io documentation generator
### Crate name webserver-rs ### Build failure link https://docs.rs/crate/webserver-rs/0.5.2/builds/1202362/x86_64-apple-darwin.txt ### Additional details The doc generates failure for Windows and Apple-Darwin platforms.
This is the WIP (doesn't compile yet!) for the tera to askama switch. I need to change/fix some things in askama first: * `block` and `endblock` should be allowed to...
### Crate name molar_powersasa, molar_gromacs ### Build failure link https://docs.rs/crate/molar_powersasa/0.1.2/builds/1156669 ### Additional details These crates are wrappers over C/C++ code that is built with CMake. CMake fetches C++ libraries (such...
For example, the [source view for homestar-workspace-hack 0.1.0](https://docs.rs/crate/homestar-workspace-hack/0.1.0/source/) shows [it has a `Cargo.lock` file](https://docs.rs/crate/homestar-workspace-hack/0.1.0/source/Cargo.lock). However, the [crate tarball](https://static.crates.io/crates/homestar-workspace-hack/homestar-workspace-hack-0.1.0.crate) (sha256 f8262aa8f1bd0abeb4d0cdf11ec0dcdfef10951df63a4b09741665c9bd7531b1) has no such file. I would expect the source view...
Next block of migrations. I intentionally kept the `BuilldQueue` methods sync so `process_next_crate` works seamlessly for now. Apart from some small usages in the tests, the consistency check, this is...
Switch to using `deno` as that allows referring to the config packages without having to setup a `package.json` and other stuff required when running `eslint` through `node` now.
This is to let you know that docs.rs is impacted by https://github.com/rust-lang/rust/pull/119820, which is an upcoming intentional breaking change in Rust 1.79. There will need to be some code changes...
This crate is on crates.io: https://crates.io/crates/emheap but docs.rs reports "The requested crate does not exist: no such crate". https://docs.rs/emheap This is surprising. The crate isn't yanked. It's in [the index](https://github.com/rust-lang/crates.io-index/blob/master/em/he/emheap)....
This is the next step towards #1011, should solve #1849, #797 , and unblocks actually running our consistency check (#766) . Focus for this PR was **having a place where...
We regularly see errors in our source views where the file size extends our configured `Config::max_file_size` or `Config::max_file_size_html`. Since we're currently not streaming the content, and we do syntax hilighting...