-
```
(base) ck@ckMacBook-Pro counter % cargo build
Compiling libc v0.2.86
Compiling proc-macro2 v1.0.24
Compiling unicode-xid v0.2.1
Compiling autocfg v1.0.1
Compiling syn v1.0.60
…
-
In the project I'm working on we have many tests that we'd potentially like to run with Miri in our CI/CD. These tests may invoke syscalls or other unsupported FFI operations that we would like to sup…
-
I try to execute a Command for async function in Iced but look that it only works in parent component, in another component implement looks like doesn't work https://github.com/dancespiele/okspiel/blo…
-
I'd like to add a styling system to yew - not having a built-in way of styling components seems a bit unfinished to me. If we want to build better, bigger, and faster web apps, then we need a way of m…
-
This is a weird one.
Recently I was integrating[ the `charts` library](https://github.com/askanium/rustplotlib) to my project and found that SVG view causes an app to crash. Upon further research I…
-
The `image` crate with default options is the absolute leader in code size:
```
File .text Size Crate
5.7% 14.6% 364.0KiB image
4.6% 12.0% 297.3KiB wgpu_native
3.8% 9.9% 246.5KiB s…
-
I tried this code:
```rust
#![feature(let_chains)]
```
### Meta
`rustc --version --verbose`:
```
rustc 1.52.0-nightly (e9920ef77 2021-02-11)
binary: rustc
commit-hash: e9920ef7749d11fc7…
-
Currently sgf-parse will throw an error if a property is present, but invalid. The [spec](https://www.red-bean.com/sgf/sgf4.html#2.2.3) says such properties should be dropped or corrected.
I think …
-
I tried to use `AsyncFileDialog` in an [iced](https://docs.rs/iced) app on macOS, but when trying to use the dialog, the app crashes, printing:
```
fatal runtime error: Rust cannot catch foreign e…
fenhl updated
3 years ago
-
### Code
```Rust
#[path = b"ffi.rs"]
mod ffi;
fn main() {
}
```
### Meta
```
rustc 1.51.0-nightly (c5a96fb79 2021-01-19)
binary: rustc
commit-hash: c5a96fb7973649807a7943e7395456db1…