讲个鬼故事

let file = std::fs::File::open("path");
let ds: HugeDataStructure = bincode::deserialize_from(file).unwrap();
 
 
Back to Top