#![no_std] is a crate level attribute that indicates that the crate will link to the core crate instead of the ... The std crate is Rust's standard library.
確定! 回上一頁