dax_core 0.1.0

Common data types for dax-rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-FileCopyrightText: 2024 Yarmo Mackenbach
//
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT

pub mod claim;
pub mod fetcher;
pub mod profile;
pub mod proof;
pub mod service;

pub use serde_json;