zed/crates/assistant
Marshall Bowers 24495f09f9
Add streaming_diff crate (#23264)
This PR extracts the streaming diff implementation to its own
`streaming_diff` crate.

It was duplicated between `assistant` and `assistant2`, but their
implementations were exactly the same (and I don't see a reason why they
would need to diverge).

Release Notes:

- N/A
2025-01-16 23:12:46 +00:00
..
src Add streaming_diff crate (#23264) 2025-01-16 23:12:46 +00:00
Cargo.toml Add streaming_diff crate (#23264) 2025-01-16 23:12:46 +00:00
LICENSE-GPL