Cosbooru
Login Posts Comments Notes Artists Tags Pools Wiki Forum More ยป
Search Changes Help | Posts (0) History
  • Help
guro
scat

Recent Changes (all)

  • live spectacle naruto
  • stage play kimetsu no yaiba
  • kadoyama yoko
  • afa 2011
  • tgs 2008
  • tgs 2007
  • e3 2011
  • tokyo game show
  • tgs 2005
  • tgs 2006
  • musical code geass
  • saori otaki
  • miyavi
  • takeda rena
  • mamoru asana
  • fukushi sota
  • bleach (2018 film)
  • kihara rui
  • sato yuria
  • tano yuka
  • prison school (live action)
  • wu yilin
  • alicia liu
  • rock musical bleach
  • chainsaw man the stage

Options

  • Tag History
  • Edit Tag
  • Post History
  • Wiki History
  • Discussions
  • What Links Here
  • Mistagged Posts
  • Untagged Posts

rust (programming language)

Rust is a programming language designed for safety and performance, often compared to C++.

Rust is well known to be unusually strict (compared to other programming languages) on how you are allowed to write your code. This makes the language harder to learn, though many agree it leads to much fewer errors popping up unexpectedly while your program is running.

Rust also has a notion of what is considered safe and unsafe code. Usually all rust code is considered safe. But if you put any code inside an unsafe block (unsafe { some code here }) many of the strict rules of rust are ignored, which makes this code be considered unsafe. Unsafe code is necessary when doing things that safe rust do not support (like calling code from other programming languages).
Some argue that this makes fatal errors easier to find (compared to other languages) since they are almost always found inside unsafe code.

See also

  • Official webpage: https://www.rust-lang.org/
  • Maskot: ferris (rust)
  • Maskot: corro (rust)
Terms / Privacy / Contact /