// 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;