Who needs a GUI for that?
I do. It takes less time and is less error-prone to commit code, especially when you need partial staging, via a decent GUI.
Arc<String> is roughly equivalent to Arc<Vec<char>>.
Arc<String>
Arc<Vec<char>>
Nitpick: it's Vec<u8>, not Vec<char>.
Vec<u8>
Vec<char>
I do. It takes less time and is less error-prone to commit code, especially when you need partial staging, via a decent GUI.