vantage-vista 0.4.6

Universal, schema-bearing data handle for the Vantage data framework
Documentation
1
2
3
4
5
6
7
8
9
use ciborium::Value as CborValue;
use vantage_dataset::ValueSet;

use crate::vista::Vista;

impl ValueSet for Vista {
    type Id = String;
    type Value = CborValue;
}