Module polkavm_common::utils
source · Structs
- A replacement for
alloc::borrow::Cow<[u8]>
which also works in pure no_std. - A replacement for
alloc::borrow::Cow<str>
which also works in pure no_std.
Traits
Functions
- Aligns the
value
to the nextpage_size
, or returns thevalue
as-is if it’s already aligned. - Aligns the
value
to the nextpage_size
, or returns thevalue
as-is if it’s already aligned.