-
## Motivation
Releasing as 1.0.0 (instead of 0.3.0) would put the rust async ecosystem and futures maintainers in a better position to make changes going forward. Specifically it allows grouping s…
-
```
❯ rustc --version
rustc 1.49.0 (e1884a8e3 2020-12-29)
~
❯ uname -a
Darwin MacBookPro2020 20.2.0 Darwin Kernel Version 20.2.0: Wed Dec 2 20:40:21 PST 2020; root:xnu-7195.60.75~1/RELEASE_ARM…
-
Hi there, I was looking to do some rust hacking, and being a long time fan of hypothesis, I thought it might be fun to work on conjecture-rust. However, the last commit was two years ago and all the p…
-
For bug reports, the following information can help speed up the process. Please
describe the bug that you have found and what you would expect to happen
instead.
### System
OS: macOS Big Sur …
-
I'm working in a container that is used for cross compiling to aarch64-unknown-linux-gnu by including `build.target = "aarch64-unknown-linux-gnu"` inside of `${CARGO_HOME}/config`. This causes the bin…
-
### Describe the project you are working on
Any game
### Describe the problem or limitation you are having in your project
Cannot make two separated modifiers(scripts/components) for the same one…
-
***Introduction***
The current rendering config is a relatively straightforward (if long) Java class with hardcoded video settings and their handling. This includes accessors (get*(), set*(), is*()),…
-
This issue tracks the discussion around creating an abstraction over the data that librustzcash needs to use. **_The goal is to define an API for this and then implement it._**
As a wallet develope…
gmale updated
3 years ago
-
```csharp
class Program
{
static void Main(string[] args)
{
var foo = new Foo();
var barString = foo.Bar.ToString();
var negBarString = foo.NegativeBar.ToString();
var ver = Assembly…
-
I am importing the cargo package like this:
```toml
[dependencies]
opencv = "*"
```
but when I ran `cargo build` I eventually get this error:
```cmd
error: failed to run custom build comm…