feat: add ToSnakeCaseString derive macro support
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
0
macros/src/lib.rs
Normal file
0
macros/src/lib.rs
Normal file
@@ -14,5 +14,8 @@ pub use args::Args;
|
||||
// Re-export PIPESIZE constant
|
||||
pub use common::PIPESIZE;
|
||||
|
||||
// Re-export the ToSnakeCaseString trait and derive macro
|
||||
pub use to_snake_case_string::ToSnakeCaseString;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
Reference in New Issue
Block a user