Add basic Rust support for internal testing
This commit is contained in:
parent
cb28816228
commit
6fc72c19db
6 changed files with 10 additions and 2 deletions
|
|
@ -7,6 +7,7 @@ export enum Language {
|
|||
javascript = "javascript",
|
||||
python = "python",
|
||||
ruby = "ruby",
|
||||
rust = "rust",
|
||||
swift = "swift",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue