etsi014-client 0.1.2

ETSI GS QKD 014 client library
Documentation
1
2
3
4
5
6
7
use crate::json::key_and_id::KeyAndId;
use serde::Deserialize;

#[derive(Debug, PartialEq, Eq, Clone, Deserialize)]
pub struct KeyContainer {
    pub keys: Vec<KeyAndId>,
}