Migrate 20 crates to monorepo gdbstub gdbstub_arch glam gpio-cdev grpcio-compiler half hex hound hyper-timeout ident_case indexmap linkme-impl mockall_derive moveit octets openssl-macros percore petgraph plotters protobuf-json-mapping Bug: http://b/339424309 Test: treehugger Change-Id: If2bdad55739bc966cd98a704b731aa0484c6cbbd
Crate for manipulating case of identifiers in Rust programs.
snake_case, lowercase, camelCase, PascalCase, SCREAMING_SNAKE_CASE, and kebab-caseassert_eq!("helloWorld", RenameRule::CamelCase.apply_to_field("hello_world")); assert_eq!("i_love_serde", RenameRule::SnakeCase.apply_to_variant("ILoveSerde"));