Danbooru
Login Posts Comments Notes Artists Tags Pools Wiki Forum More ยป
Search Changes Help | Posts (4) History
  • Help
guro
scat
furry -rating:g

Recent Changes (all)

  • ultraman the next
  • chrono genesis (umamusume)
  • otaku
  • barroth
  • shadow the hedgehog (game)
  • hikaru ga shinda natsu
  • minamoto no raikou (swimsuit lancer) (third ascension) (fate)
  • cu chulainn (fate)
  • minamoto no raikou (swimsuit lancer) (first ascension) (fate)
  • minamoto no raikou (swimsuit lancer) (second ascension) (fate)
  • help:artists
  • minamoto no raikou (swimsuit lancer) (fate)
  • tanaka (hikaru ga shinda natsu)
  • chimama maho
  • oda nobunaga (swimsuit berserker) (fate)
  • oda nobunaga (swimsuit berserker) (third ascension) (fate)
  • oda nobunaga (swimsuit berserker) (second ascension) (fate)
  • oda nobunaga (swimsuit berserker) (first ascension) (fate)
  • juggernaut (armored core vi)
  • innocence (final fantasy)
  • rouge the bat
  • shadow the hedgehog
  • zofa soldier
  • johanna (fgo fes. 2025) (fate)
  • artoria caster (fgo fes. 2025) (fate)

Options

  • Tag History
  • 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)

Posts

post #8841512
post #6012072
post #5176686
post #5172883
Terms / Privacy / Upgrade / Contact /