indexed_struct_core/
lib.rs

1//! Core types for the indexed-struct crate.
2//!
3//! This module contains core error types and utilities used by the indexed-struct derive macro.
4
5pub mod error;