rust-lang
Rust is a systems programming language created by Mozilla. It is similar to C++, but is designed for improved memory safety without sacrificing performance.
Here are 1,898 public repositories matching this topic...
The Rust UI-Toolkit.
-
Updated
Aug 24, 2020 - Rust
unofficial git repo -- report bugs/issues/pull requests on https://gitlab.torproject.org/ --
-
Updated
Aug 20, 2020 - C
A Rust based DNS client, server, and resolver
-
Updated
Aug 24, 2020 - Rust
All Algorithms implemented in Rust
-
Updated
Aug 15, 2020 - Rust
Feature Request
Crates
- all
Motivation
Currently, all tracing crates use URL-based links for all RustDoc links, including internal links within the crate. However, switching to intra-RustDoc links has some advantages over URL-based links. In particular, we can now get a compiler warning (or
A GraphQL server library implemented in Rust
-
Updated
Aug 17, 2020 - Rust
-
Updated
Jul 17, 2020 - CSS
A modern Rust debugging library
-
Updated
Aug 23, 2020 - Rust
libhermit-rs: A Rust-based library operting system
-
Updated
Aug 24, 2020 - Rust
SSVM is a high performance, extensible, and hardware optimized WebAssembly Virtual Machine for cloud, AI, and blockchain applications.
-
Updated
Aug 24, 2020 - C++
Rust Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
-
Updated
Jul 19, 2020 - Rust
Powering connected social communities with open software.
-
Updated
Aug 11, 2020 - Rust
unrust - A pure rust based (webgl 2.0 / native) game engine
-
Updated
Aug 13, 2018 - Rust
Building better compression together
-
Updated
Dec 11, 2018 - Rust
Change all Widgets so they use the inverse color selected state, if applicable.
-
Updated
Jun 12, 2020 - Rust
Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...)
-
Updated
Aug 24, 2020 - Rust
Some dependencies, such as atomic or parking_lot have nightly features that it would be good to enable and benefit from when enabling Metered's own nightly feature, for instance using const fns or simply benefitting from performance improvements in nightly dependencies.
Cracking the Coding Interview problem solutions in Rust
-
Updated
Aug 15, 2020 - Rust
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia


What happened
Accidentally omitting document content returns
500 Internal Server Errorwith a body of{"message":"Internal error","uri":"/new_index"}What was expected
Emitting any kind of helpful message would be helpful. Also, in my experience, when the client receives a 500 response, there is usually something informative on the server-side. But in this case, the server e