wasm-pack 0.9.1

📦✨ your favorite rust -> wasm workflow tool!
Documentation
1
2
3
4
5
6
#[derive(Serialize)]
pub struct Repository {
    #[serde(rename = "type")]
    pub ty: String,
    pub url: String,
}