* rust: support repr(int) enum * Regen APIS * remove the extra lines * merge most recent commits from master * update tests to ensure that enum compiles correctly * drop changes to kotlin files --------- Co-authored-by: Jihyun Yu <yjh0502@gmail.com>
* bump Rust edition to 2021, update a few creates * bump Rust edition to 2021, update a few creates
* fix(rust): wrong path to mode used as parameter of api Closes #16974 * fix: re-build samples