fix: add re-exports of vec and format macros

This commit is contained in:
Bobbin Threadbare
2024-03-18 12:35:00 -07:00
parent b35e99c390
commit 2be17b74fb
3 changed files with 10 additions and 2 deletions

View File

@@ -9,6 +9,10 @@ mod kv_map;
// RE-EXPORTS
// ================================================================================================
#[deprecated(since = "0.8.3", note = "You should prefer to import from `alloc::*`")]
pub use alloc::{format, vec};
pub use winter_utils::{
boxed, string, uninit_vector, Box, ByteReader, ByteWriter, Deserializable,
DeserializationError, Serializable, SliceReader,