Crate mongodb_ext_derive

Source
Expand description

This crate is the proc_macro library associated with the mongodb_ext crate.

Since recent changes, this crate has an unfortunate name. “derive” is not quite correct, because this crate’s purpose is to provide macros, not derive macros explicitly.

This crate currently provides one macro: case!.

Macros§

case
Small macro that converts the input path to a given case.