1 2 3 4 5 6 7 8 9 10
// Copyright (c) The Diem Core Contributors // Copyright (c) The Move Contributors // SPDX-License-Identifier: Apache-2.0 #![allow(clippy::new_without_default)] mod storage; pub mod gas_schedule; pub use storage::{BlankStorage, DeltaStorage, InMemoryStorage};