1#![feature(let_chains)] 2 3//! Utility to derive functions from their definitions. 4 5pub mod diagnostic; 6pub mod matching; 7pub mod open; 8pub mod subst; 9pub mod getters; 10pub mod setters; 11pub mod mutters;