mirror of
https://github.com/arnaucube/miden-crypto.git
synced 2026-01-10 16:11:30 +01:00
fix: add re-exports of vec and format macros
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user