[hal] Add usage reporting for Rust (#7409)

Co-authored-by: itsmeft24 <57544858+itsmeft24@users.noreply.github.com>
This commit is contained in:
sciencewhiz
2024-11-18 20:25:33 -08:00
committed by GitHub
parent ac1836ec44
commit 33f7067216
4 changed files with 5 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ namespace HALUsageReporting {
kLanguage_Python = 4,
kLanguage_DotNet = 5,
kLanguage_Kotlin = 6,
kLanguage_Rust = 7,
kCANPlugin_BlackJagBridge = 1,
kCANPlugin_2CAN = 2,
kFramework_Iterative = 1,

View File

@@ -148,6 +148,7 @@ typedef enum
kLanguage_Python = 4,
kLanguage_DotNet = 5,
kLanguage_Kotlin = 6,
kLanguage_Rust = 7,
kCANPlugin_BlackJagBridge = 1,
kCANPlugin_2CAN = 2,
kFramework_Iterative = 1,