Docs.rs
diffutils-0.4.2
diffutils 0.4.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
sylvestre
Dependencies
chrono ^0.4.38
normal
diff ^0.1.13
normal
regex ^1.10.4
normal
same-file ^1.0.6
normal
unicode-width ^0.1.12
normal
assert_cmd ^2.0.14
dev
predicates ^3.1.0
dev
pretty_assertions ^1.4.0
dev
tempfile ^3.10.1
dev
Versions
6.98%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
diffutilslib
0.4.2
In diffutilslib::
context_
diff
diffutilslib
::
context_diff
Function
diff
Copy item path
Source
pub fn diff(expected: &[
u8
], actual: &[
u8
], params: &
Params
) ->
Vec
<
u8
>
ⓘ