摘要:
# This is the network config written by 'subiquity'network: ethernets: enp0s3: dhcp4: false addresses: [10.16.0.194/16] optional: true gateway4: 10.16 阅读全文
摘要:
原文:https://www.tutorialspoint.com/rust/rust_modules.htm A logical group of code is called a Module. Multiple modules are compiled into a unit called c 阅读全文
摘要:
原文:https://www.educative.io/edpresso/modules-in-rust In Rust, modules are containers that enclose zero or more items (i.e., functions, structs, traits 阅读全文
摘要:
原文:https://www.educative.io/edpresso/options-in-rust The Option<T> enum in Rust can cater to two variants: None: represents a lack of value or if an e 阅读全文