Docs.rs
agcodex-apply-patch-0.1.0
agcodex-apply-patch 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cognitive-glitch
Dependencies
similar ^2.7.0
normal
thiserror ^2
normal
tree-sitter ^0.25
normal
tree-sitter-bash ^0.25
normal
pretty_assertions ^1.4.1
dev
tempfile ^3.13.0
dev
Versions
30.16%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
parse_patch
agcodex_
apply_
patch
0.1.0
agcodex_apply_patch
Function
parse_
patch
Copy item path
Source
pub fn parse_patch(patch: &
str
) ->
Result
<
ApplyPatchArgs
,
ParseError
>