daft-derive 0.1.7

Derive macro for daft
Documentation
1
2
3
4
5
6
7
8
//! Internals for daft-derive.
//!
//! This is imported both by this crate's lib.rs and by tests/snapshot_test.rs.

mod error_store;
mod imp;

pub use imp::*;