Rust has a built in boolean type, named bool.得到很好的支持--Rust有 一个令人印象深刻的支持社区。 Well supported- Rust has an impressive support community. Rust has a few built-in number types;Rust has a special type named!Rust有 许多内置数字类型,这里我们选择了u32。Rust has a number of built-in number types, but we have chosen u32.
In these cases, Rust has the panic! macro! Does Rust have C++-style constructors?Rust有 关键字match,允许你用更强大的match关键字,取代复杂的if/else集合。Rust has a keyword, match, that allows you to replace complicated if/else groupings with something more powerful. Rust有 一个称为“引用”的特性,对一个数据你可以有多个引用,这样可以减少复制。Rust has a feature called‘references', which allows you to have multiple references to one piece of data, which can reduce copying. 而且Rust有 很多抽象概念,这些抽象概念不再让人感觉像是手动内存管理。 And Rust has a lot of abstractions that make it not feel like manual memory management anymore. Rust有 两个关键字帮助我们来修改迭代:break和continue。Rust has two keywords to help us with modifying iteration: break and continue.Rust有 一个6周的快速发布过程并且支持大量的平台,所以任何时候都有很多Rust构建可用。Rust has a 6-week rapid release process and supports a great number of platforms, so there are many builds of Rust available at any time. Rust有 两个关键字来帮助我们修改循环:break和continue。Rust has two keywords to help us with modifying iteration: break and continue.Rust有 一个match关键字,它可以让你有效的取代复杂的if/else组。Rust has a keyword, match, that allows you to replace complicated if/else groupings with something more powerful. 像许多编程语言一样,Rust有 许多类型能够表示顺序对象。 Like many programming languages, Rust has list types to represent a sequence of things. 相反,Rust有 一个叫自动引用和解引用(automaticreferencinganddereferencing)的功能。 Instead, Rust has a feature called automatic referencing and dereferencing. Rust有 许多特性,这些特性让它变得很有用,但开发人员及他们的需求各不相同。Rust has many features that make it useful, but developers and their needs differ.为了启用多所有权,Rust有 一个叫做Rc<T>的类型。 In order to enable multiple ownership, Rust has a type called Rc<T> 错误对于软件来说是不可避免的,所以Rust有 很多特性来处理出现错误的情况。 Errors are a fact of life in software, so Rust has a number of features for handling situations in which something goes wrong. 的彻底转换很久以前Rust有 一条规则“关键字不能超过5个字母”,所以很多词都被简写了。 Long ago, Rust had a“no keywords can have more than five letters” rule, and so many things were abbreviated. 像C和C++一样,Rust有 一个最小的可选“运行时”。 Like C and C, Rust has one of the smallest optional"runtimes". 注意:进一步讲,我冒昧的认为Rust有 意尝试创建一个快速并且安全的语言。 Note: Further in this text, I am presuming that Rust is a conscious attempt to create a fast and safe language. 像C和C++一样,Rust有 一个最小的可选「运行时(runtime)」。 Like C and C, Rust has one of the smallest optional"runtimes". Lucy has a steep learning curve. Elm has a strong, static type system. Rust有 许多开发环境可供选择,详见官方的IDE支持页面。There are a number of options for development environment with Rust , all of which are detailed on the official IDE support page.Rust also has two floating point types: f32 and f64.Rust also has two floating point types: f32 and f64.
Display more examples
Results: 28 ,
Time: 0.0191