From 6ad5de0a8f6ee62e68bf21b7961fba53832df69b Mon Sep 17 00:00:00 2001 From: Paa Kojo Samanpa Date: Sat, 4 Feb 2023 13:59:16 -0500 Subject: [PATCH] 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 `::put_slice` and `