眠気.jl

投稿=不定期

2022-12-13から1日間の記事一覧

YewでJSONをHTML表示: チュートリアルの備忘録

struct Video { id: usize, title: String, speaker: String, url: String, } let videos = vec![ Video { id: 1, title: "Building and breaking things".to_string(), speaker: "John Doe".to_string(), url: "https://youtu.be/PsaFVLr8t4E".to_string(),…