1
2
3
4
5
6
7
8
//! # Structural Data Model

#![no_std]

extern crate swim_core;
extern crate swim_mem;

pub mod item;