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,802 public repositories matching this topic...
-
Updated
Sep 7, 2021 - Rust
-
Updated
Jul 23, 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
-
Updated
Sep 7, 2021 - C
-
Updated
Sep 6, 2021 - Rust
-
Updated
Sep 5, 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
Abstract
Create a Docker image for ease of dev
Detail
The Docker image should include
- WasmEdge and all extensions
- Node.js and WasmEdge-related NPM packages pre-installed
- rustwasmc
- Go
- Rust 1.50
- CRI-O
- crunw
Writing tests for nodes and workers is complex due to their async nature. In tests we can't use the #[ockam::node] attribute, and instead use the method of
let (ctx, executor) = ockam::start_node()
executor.execute(async move { ...This method has problems: if a test assertion fails inside of this async block, the test will not fail. Instead, the Node remains alive. I believe
-
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.
especially for less obvious but lengthy code snippets!
-
Updated
Apr 27, 2021 - Stylus
PS C:\Users\jonatan\Downloads\hello-world-rs> docker build -t hello-world-rs .
Sending build context to Docker daemon 336.9kB
Step 1/5 : FROM rust:1.31
1.31: Pulling from library/rust
cd8eada9c7bb: Pull complete
c2677faec825: Pull complete
fcce419a96b1: Pull complete
045b51e26e75: Pull complete
3b969ad6f147: Pull complete
2074c6bfed7d: Pull complete
Digest: sha256:e2c4e3751290e30c3
Rewrite in rust(🚀)?
-
Updated
Aug 2, 2021 - Rust
-
Updated
Jun 29, 2021 - Rust
-
Updated
Sep 6, 2021 - Rust
-
Updated
Sep 4, 2021 - Rust
When I try to create a topic with an uppercase letter in the name I got this error:
Error:
0: Consumer Error
1: Aug 19 15:26:09.586 DEBUG fluvio_socket::multiplexing: multiplexer terminated
Fluvio client error
2: Fluvio socket error
3: time out in serial: 1001 request: 4Aug 19 15:26:09.586 DEBUG fluvio::sync::controller: Topic received requestI see this in th
-
Updated
Aug 28, 2021 - Rust
-
Updated
Sep 7, 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