bee-storage 1.0.0

A general purpose storage backend crate with key value abstraction API
Documentation
1
2
3
4
5
6
// Copyright 2020-2021 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

/// Version of the storage.
#[derive(Debug, Copy, Clone, Eq, PartialEq, packable::Packable)]
pub struct StorageVersion(pub u64);