evenframe 0.1.4

A unified framework for TypeScript type generation and database schema synchronization
Documentation
1
2
3
4
5
//! Workspace scanning for finding Rust types with Evenframe derives.
//!
//! This module re-exports functionality from `evenframe_core::tooling`.

pub use evenframe_core::tooling::{TypeKind, WorkspaceScanner};