-
I'm doing
```
cargo run --features="test-dev-graph" --example circuit-layout
```
from the project root trying to build and run the example, but I get this error:
```
error[E0658]: use of u…
-
Looking through the code, there seems to be a lot of different font/text structs. Some can be converted into one another with `.into()` and others cannot. Some need a reference to the backend. In part…
-
I get the following error when I run the latest commit on master (6dbec44). I had a font use issue using the plotters crate, which I submitted [here](https://github.com/plotters-rs/plotters/issues/538…
-
I am trying to get a linechart for the following benchmark group, but only the violin chart get generated for it.
I have gnuplot installed. What I am missing ?
```rust
pub fn bench_lookups(c: &m…
-
Currently, the callback chain building and the actual invocation is done at the same time.
This means that invocation of `Generator::run` needs to check for initialization and that under debug mode…
-
# Error report
I git clone this repo and then run cargo test. And the error information came out.
```
$ cargo test
Updating crates.io index
Downloaded serde_derive v1.0.147
Downloaded…
-
Hi all, a lot of people asked about if this repo is still maintained - yes or no. I am still have the willing to maintain it but I don't think I will have enough time and power to maintain as I previo…
-
Background
---
Prototyping in compiled languages tends to be slow and tedious, while higher level languages run slower, they can iterate faster.
Libraries like maturin and py03 allow Rust compile…
-
Hello,
When creating an animated chart, does this simply mean recreating the chart every time new data comes in? The piston example seems to suggest that, but it doesn't seem supported anymore.
…
-
```sh
$ git clone https://github.com/faest-sign/faest-rs.git
Cloning into 'faest-rs'...
remote: Enumerating objects: 287, done.
remote: Counting objects: 100% (287/287), done.
remote: Compressing…