Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark BytesMut::extend_from_slice as inline (#1)
* Mark BytesMut::extend_from_slice as inline This function can be hot in applications that do a lot of encoding. Ideally would do the same for `<BytesMut as BufMut>::put_slice` and `<BytesMut as BufMut::put_u8`.
- Loading branch information