snops 0.1.0

The snarkops control plane responsible for managing environments and agents
1
2
3
4
5
6
7
8
9
use serde::Deserialize;

// TODO

/// A document describing a test's infrastructure.
#[derive(Deserialize, Debug, Clone)]
pub struct Document {
    // TODO
}