Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bytes::split_off - check fast path first (#693)
Follow up to #689 * If `at == self.len()`, we already know `at <= self.len()`. * If `at == 0`, we already know `at <= self.len()`.
- Loading branch information