momentohq/client-sdk-rust

Sync protos with the latest

Closed this issue · 1 comments

Underscore is a reserved identifier for Rust and is only intended for temporary/unused variables. Although technically correct for a struct name, it's not good practice.

If we wanted to support this we would need to hand-edit our generated clients every time we update our protos, which opens up a whole can of worms for human error.

Instead Rust is going to be our special SDK that will stick more to conventional Rust patterns