diff.rs
diff.rs copied to clipboard
Move to IString for all strings (where appropriate)
We pass a lot of strings around in the components, and the recommendation is to use IString where possible because it is reference-counted and cheap to clone.