TypeScript-Rust-Compiler 0.2.5

High-performance TypeScript to Rust compiler
Documentation
1
2
3
4
5
6
use std::collections::HashMap;
use serde::{Deserialize, Serialize};



let mixedArray: Vec<Result<String, f64>> = vec!["a", 1, "b", 2];