Hacker News new | ask | show | jobs
by int_19h 2718 days ago
If you want to just slice on bytes without any String semantics, why not use Vec<u8> then? String implies that it is, well, a string.