Docs.rs
scooter-core-0.2.2
scooter-core 0.2.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
thomasschafer
Dependencies
anyhow ^1.0.100
normal
bitflags ^2.10.0
normal
crossterm ^0.28.1
normal
optional
etcetera ^0.11.0
normal
frep-core ^0.1.7
normal
ignore ^0.4.25
normal
log ^0.4.28
normal
rayon ^1.11.0
normal
serde ^1.0.228
normal
similar ^2.7.0
normal
steel-core ^0.7.0
normal
optional
steel-derive ^0.6.0
normal
optional
syntect ^5.3.0
normal
termini ^1.0.0
normal
tokio ^1.48.0
normal
toml ^0.9.8
normal
unicode-width ^0.2.0
normal
insta ^1.43.2
dev
rand ^0.9.2
dev
tempfile ^3.23.0
dev
Versions
30.71%
of the crate is documented
Go to latest version
Platform
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
line_diff
scooter_
core
0.2.2
In scooter_
core::
diff
scooter_core
::
diff
Function
line_
diff
Copy item path
Source
pub fn line_diff<'a>( old_line: &'a
str
, new_line: &'a
str
, ) -> (
Vec
<
Diff
>,
Vec
<
Diff
>)