galloc 2.0.0-pre.1

Gear Wasm allocator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) Gear Technologies Inc.
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0

extern crate alloc;

pub use alloc::{
    borrow::ToOwned,
    boxed::Box,
    collections::VecDeque,
    format,
    str::FromStr,
    string::{String, ToString},
    vec,
    vec::Vec,
};