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,992 public repositories matching this topic...
How to be low-level programmer
-
Updated
Sep 25, 2021
AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
-
Updated
Nov 21, 2021 - Rust
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
Nov 21, 2021 - Rust
The Rust UI-Toolkit.
-
Updated
Nov 15, 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
Nov 8, 2021 - C
A Rust based DNS client, server, and resolver
-
Updated
Nov 21, 2021 - Rust
Motivation
The current prototype of accept() function will need user to provide port. Since we don't need this information in accept(), we can remove it directly.
Details
The current implementation: https://github.com/WasmEdge/WasmEdge/blob/master/lib/host/wasi/inode-linux.cpp#L832-L841
WasiExpect<INode> INode::sockAccept(uint16_t Port) noexcept {
struct sockaddrA GraphQL server library implemented in Rust
-
Updated
Nov 21, 2021 - Rust
Bug Report
Version
tracing-core v0.1.21
Also current 0.2.0 as documented on tracing.rs
Crates
tracing-core
Description
tracing_core::dispatcher::get_default() (and consequently tracing::dispatcher::get_default()) takes a FnMut argument, which it executes exactly once. The use of FnMut here is unnecessarily restrictive.
Proposal
Change it to tak
Dim, a media manager fueled by dark forces.
-
Updated
Nov 21, 2021 - Rust
-
Updated
Nov 20, 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.
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(🚀)?
`ls` alternative with useful info and a splash of color
-
Updated
May 28, 2021 - Rust
especially for less obvious but lengthy code snippets!
C# Library
This issue tracks adding a library for C#.
Java Library
hdf5 file support
-
Updated
Sep 11, 2021 - Stylus
A modern Rust debugging library
-
Updated
Aug 2, 2021 - Rust
% fluvio consume -h
fluvio-consume 0.0.0
Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...)
-
Updated
Nov 21, 2021 - Rust
SQLRite - Simple embedded database modeled off SQLite in Rust
-
Updated
Nov 15, 2021 - Rust
A full-featured and easy-to-use web framework with the Rust programming language.
-
Updated
Nov 21, 2021 - Rust
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia


Describe the bug
Attempting to view the documentation for an ARM64 instruction results in an unhelpful error message: ‘There was an error fetching the documentation for this opcode ([object Object]).’
Steps to reproduce
Expected behavior