[][src]Crate cex_derive

This crate is the proc-macro implementation for cex crate. It provides cex::Logger derive for enum, and #[cex] attribute for functions, closures and try blocks.

Attribute Macros

cex

#[cex] attribute for functions, closures and try blocks, to append combinators to try expressions.

Derive Macros

Logger

Implements cex::Logger for an enum.