-
Hi @BobSteagall and @hatcat ,
I have been testing your reference implementation to use my https://gitlab.com/correaa/boost-multi as a storage engine.
MULTI is a general purpose container of dyna…
-
I propose to add a new trait for the runtime, which provides portable APIs for creating sockets, pipe, `AsyncFd`, timers and etc.
## Motivation
As mentioned in [this comment](https://github.com/…
-
### Is there an existing issue?
- [X] I have searched the existing issues
### Experiencing problems? Have you tried our Stack Exchange first?
- [X] This is not a support question.
### Motivation
…
-
如题,示例文档没法用
example跑步起来。。。。。。。。。。。
对示例项目运行cargo build不会自动生成
`[package]
name = "dubbo1"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/c…
-
Hello,
one question, is there a way to make a multi colored species without matrix ?
because i tried to change in simulation.rs in struct SpriteImages the fields of type handle < Image >
by bevy::…
-
First let me say that `C-STRUCT-BOUNDS` talks about derived bounds mainly, which is completely fine, just a bit confusing (as the text down below speaks about bounds in general). I'd like to see a mor…
-
## Specific Demand
Signals currently use the context API to communicate with eachother. This works great within one virtual dom, but once you create a new virtual dom it can cause issues. For examp…
-
A simplified example where this shows up is the following trait.
```rust
trait Conversion {
type Source: Into;
type Target;
}
```
([Full code](https://play.rust-lang.org/?version=st…
-
Hello folks!
Currently Makie only supports plotting Point or MultiPoint geometry.
```julia
using Makie, GeometryBasics
scatter([Point(1,2), Point(2, 3)])
mp = MultiPoint([Point(1,2), Point(2…
-
I recently looked into this project and found it quite interesting and wanted to dig a bit deeper and contribute. I wanted to try to pick up the media encoding/decoding support. I have some experince …