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:
Andrew Phillips
2025-08-27 10:58:15 -03:00
parent 539f99f803
commit d442f41477
2 changed files with 3 additions and 0 deletions

View 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;