#macro-derive #name #derive #macro #snake-case #camel-case

macro mongodb-ext-derive

proc-macro crate to support the mongodb-ext crate

4 releases (2 stable)

1.1.2 Jan 2, 2022
1.1.1 Jan 1, 2022
0.1.1 Dec 31, 2021
0.1.0 Dec 31, 2021

#14 in #camel-case


Used in mongodb-ext

Custom license

7KB
64 lines

derive macro for mongodb-ext

This library holds the necessary derive macro for mongodb-ext.


lib.rs:

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!.

Dependencies

~2MB
~41K SLoC