Docs.rs
gawires-diff-1.0.0
gawires-diff 1.0.0
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
metakernel
Dependencies
byteorder ^1.3.4
normal
optional
divsufsort ^2.0.0
normal
integer-encoding ^2.0.0
normal
optional
log ^0.4.11
normal
rayon ^1.4.0
normal
sacabase ^2.0.0
normal
sacapart ^2.0.0
normal
proptest ^0.10.1
dev
Versions
10.34%
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
gawires_
diff
1.0.0
gawires_diff
Function
simple_diff
Copy item path
Source
pub fn simple_diff( older: &[
u8
], newer: &[
u8
], out: &mut dyn
Write
, ) ->
Result
<
()
,
Error
>