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,985 public repositories matching this topic...
-
Updated
Oct 6, 2020 - Rust
-
Updated
Oct 5, 2020 - C
-
Updated
Oct 5, 2020 - Rust
-
Updated
Oct 5, 2020 - Rust
Binary FBX starting from 7500 version has different size of null-record - 25 null bytes instead of 13 in previous versions, this should be taken into account when loading binary FBX. Binary FBX of version 7500 can be produced by exporting any model from Blender. Also it has u64 end_offset, num_attrib, attrib_list_len in header of node instead of u32 for previous versions.
Starting point: `f
Feature Request
I tried to write the title using the tracing terminology, but I might have gotten it wrong. Here is a concrete use case:
Motivation
In rustc, we disable trace and debug logging by default for performance reasons, using the max_level_info feature. This is very confusing to new contributors: they add debug!("x") to the code and run RUSTC_LOG=debug rustc,
-
Updated
Oct 5, 2020 - Rust
-
Updated
Oct 1, 2020 - Stylus
-
Updated
Oct 5, 2020 - Rust
-
Updated
Oct 5, 2020 - C++
-
Updated
Oct 5, 2020 - Rust
Add action-yamllint
Add action-yamllint to lint yaml files.
-
Updated
Sep 15, 2020 - Rust
-
Updated
Sep 4, 2020 - Rust
-
Updated
Aug 13, 2018 - Rust
-
Updated
Dec 11, 2018 - Rust
-
Updated
Jun 12, 2020 - Rust
-
Updated
Oct 4, 2020 - Rust
Change all Widgets so they use the inverse color selected state, if applicable.
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.
-
Updated
Sep 7, 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