Skip to content

Commit a2430bc

Browse files
committed
re-exporting rkyv::util::AlignedVec
1 parent c2e6a19 commit a2430bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/binary/rkyv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use rkyv::ser::allocator::ArenaHandle;
66
use rkyv::{bytecheck, rancor, Archive, Deserialize, Serialize};
77
use std::error::Error;
88
use std::sync::Arc;
9-
use rkyv::util::AlignedVec;
9+
pub use rkyv::util::AlignedVec;
1010

1111
/// A codec that relies on `rkyv` to encode data in the msgpack format.
1212
///

0 commit comments

Comments
 (0)