avml 0.10.0

A portable volatile memory acquisition tool
Documentation
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#[cfg(feature = "blobstore")]
pub mod blobstore;

#[cfg(feature = "put")]
pub mod http;

mod status;