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,913 public repositories matching this topic...
How to be low-level programmer
-
Updated
Sep 25, 2021
As preparation for a possible inclusion into rust-lang we 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
All Algorithms implemented in Rust
-
Updated
Oct 17, 2021 - Rust
The Rust UI-Toolkit.
-
Updated
Oct 16, 2021 - Rust
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
unofficial git repo -- report bugs/issues/pull requests on https://gitlab.torproject.org/ --
-
Updated
Oct 16, 2021 - C
A Rust based DNS client, server, and resolver
-
Updated
Oct 17, 2021 - Rust
A GraphQL server library implemented in Rust
-
Updated
Oct 16, 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
Add Windows artifact support in the install script similar to what we will do for Mac OS in #433
Use `AsRef<str>` rather than `Into<String>` in `ockam_transport_tcp` if only a `&str` is needed.
In ockam_transport_tcp, many functions accept arguments generic over Into<String>, but don't need an owned String, only a &str / something that can be parsed.
These cases should be changed to use AsRef<str> instead.
For example: https://github.com/ockam-network/ockam/blob/develop/implementations/rust/ockam/ockam_transport_tcp/src/lib.rs#L50-L54, and then its callers in https://github.c
-
Updated
Oct 1, 2021 - Rust
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.
`ls` alternative with useful info and a splash of color
-
Updated
May 28, 2021 - Rust
When I first set out to study abroad, I knew it would be a life changing experience for me. Along the way I made new friends, tried new foods, and, most importantly: learned new languages.
As a result, I've decided to move on from my English-speaking past. I've successfully converted all of my personal stack to non-English except for one: this application.
My use case is: I use this script t
Rewrite in rust(🚀)?
especially for less obvious but lengthy code snippets!
Tangram makes it easy for programmers to train, deploy, and monitor machine learning models.
-
Updated
Oct 15, 2021 - Rust
-
Updated
Sep 11, 2021 - Stylus
A modern Rust debugging library
-
Updated
Aug 2, 2021 - Rust
Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...)
-
Updated
Oct 17, 2021 - Rust
SQLRite - Simple embedded database modeled off SQLite in Rust
-
Updated
Jun 29, 2021 - Rust
Cluster start and cluster checks use the locally installed kubectl.
This is about our usage of kubectl in the Rust code. Not in shell scripts or CI
- crates/fluvio-cluster/src/check/mod.rs
- [crates/fluvio-cluster/src/start/k8.rs](https://github.com/infinyon/fluvio/
Rust Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
-
Updated
Oct 8, 2021 - Rust
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia


I was trying to use CE to show case address sanitizers
With GCC a typical output might look like