We have merged around ~20 pull requests for supporting multi-file patches: <https://github.com/bmwill/diffy/issues/43>, though we haven't polished the API documentations for lib users. Tasks: * [x] `lib.rs` enhancement * [x] Code examples for every public API (if making sense) * [x] `[package.metadata.docs.rs] all-features = true` #71 * [x] [scrape examples](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#scrape-examples) #71 * [ ] A example bin to mimic `git apply` * [x] Document optional feature on items (see <https://users.rust-lang.org/t/how-to-document-optional-features-in-api-docs/64577/3>)
We have merged around ~20 pull requests for supporting multi-file patches: #43, though we haven't polished the API documentations for lib users.
Tasks:
lib.rsenhancement[package.metadata.docs.rs] all-features = truechore:-Zrustdoc-scrape-examplesfor rustdoc #71-Zrustdoc-scrape-examplesfor rustdoc #71git apply