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 2,699 public repositories matching this topic...
What happened
Accidentally omitting document content returns 500 Internal Server Error with 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
The Rust UI-Toolkit.
-
Updated
Jul 23, 2021 - Rust
All Algorithms implemented in Rust
-
Updated
Jul 18, 2021 - Rust
unofficial git repo -- report bugs/issues/pull requests on https://gitlab.torproject.org/ --
-
Updated
Jul 28, 2021 - C
A Rust based DNS client, server, and resolver
-
Updated
Jul 29, 2021 - Rust
A GraphQL server library implemented in Rust
-
Updated
Jul 26, 2021 - Rust
Feature Request
Crates
tracing-core
Motivation
The Collect trait currently has several methods with default implementations that return an Option or some other "empty" or "default" type. In many cases, this isn't because it makes sense for those methods to be optional, but because they were added after v0.1.0 was released and making them mandatory would have been a
WasmEdge Runtime is a high-performance, extensible, and hardware optimized WebAssembly Virtual Machine for automotive, cloud, AI, and blockchain applications.
-
Updated
Jul 30, 2021 - C++
`ls` alternative with useful info and a splash of color
-
Updated
May 28, 2021 - Rust
Description
The Warning struct has the LineEntry field which clones in every checks, e.g.: DuplicatedKeyChecker.
Use the Rc type for Warning to reduce memory
The app should wake up the screens when it switches inputs under Linux, the same as it does under Windows and MacOS, e.g. implement wake_displays.
- empty
- notEmpty
- length
- lengthUTF8
- char_length, CHAR_LENGTH
- character_length, CHARACTER_LENGTH
- lower, lcase
- upper, ucase
- lowerUTF8
- upperUTF8
- isValidUTF8
- toValidUTF8
- CopytoValidUTF8(input_string)
- repeat
- reverse
- reverseUTF8
- format(pattern, s0, s1, …)
- concat
- concatA
-
Updated
Apr 27, 2021 - Stylus
A modern Rust debugging library
-
Updated
Nov 26, 2020 - Rust
SQLRite - Simple embedded database modeled off SQLite in Rust
-
Updated
Jun 29, 2021 - Rust
Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...)
-
Updated
Jul 29, 2021 - Rust
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 14, 2021 - Rust
libhermit-rs: A Rust-based library operating system
-
Updated
Jul 27, 2021 - Rust
The output from fluvio cluster releases list returns every single helm chart, including the git-tagged versions only used during development.
$ fluvio cluster releases list |wc
156 156 5175We return 156 releases, but at the time of this writing, Github Releases only lists 44 released versions. Most of what we li
A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code.
-
Updated
May 8, 2021 - Rust
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia


As preparation for a possible inclusion into
rust-langwe should replace the external actions we use with e.g. scripts that do the same.rust-lang/std-dev-guide#7 (comment)
That PR also shows how that could be done:
https://github.com/rust-lang/std-dev-guide/pull/7/files