csdif-core 0.1.3

Core library for modeling, validating, and transforming CSDIF data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: MIT
// Copyright (c) 2025 Egon Kastelijn
// file: src/lib.rs

pub mod context;
pub mod error;
pub mod forward_mapper;
pub mod reverse_mapper;
pub mod model;
pub mod transform;
pub mod validate;