dep-doc icon indicating copy to clipboard operation
dep-doc copied to clipboard

Add a cute dependency declaration snippet in your crate documentation.

Results 2 dep-doc issues
Sort by recently updated
recently updated
newest added

According to [the Cargo Book], it is possible to declare a dependency as a `git` repository URI and no version whatsoever. We must handle this situation. It would be a...

Some crates such as @yozhgoor's [CreateProcessW] don't follow Rust's standard casing. As such, they are commonly renamed when added in the `Cargo.toml` file. We could provide custom renaming via a...