-
Hello all,
I am trying to install c2rust on an arch Linux system. The cargo build --release fails. All dependencies are current and the rust toolchain is nightly-2019-12-05. The following is the me…
-
Slotmap works just fine in web assembly with just one exception. It appears that deserialization with serde does not work. (Serialization works just fine).
I really have no idea if this is a proble…
-
Moved from https://github.com/dtolnay/request-for-implementation/issues/22#issuecomment-457410613:
> how would I add integration for some of the dynamic storage crates (such as slotmap), without ma…
-
Would it be within project scope to add some [im](https://docs.rs/im/13.0.0/im/) backed maps? I would like to store data in SlotMap, but I would also like to cheaply clone the map to create snapshots …
-
It seems there is an issue with libgit2-sys somewhere
Error happens the same way when installing `0.14.0` from crates.io
Current build log
```
LLVM_CONFIG_PATH=/usr/local/opt/llvm/bin/llvm-c…
-
While compiling the given example I got the below errors and warnings:
```bash
Compiling rust v0.1.0 (/Users/hasan/PycharmProjects/rust)
error[E0432]: unresolved import `pdf::error`
--> src/ma…
-
Since async-std switched to smol I'm unable to compile my project in the stable-gnu toolchain. It's working perfectly in stable-msvc as well as native linux compilation.
I'm getting the following e…
-
I need to create an opaque key.
Would be nice to have the possibility to use a function new to create an `Index`, when you want to deal with opaque indices.
It's unsafe crate IDs out of this cra…
-
I need to create an opaque key.
I know that exist the proper function to do it, but I can't rely on that functionality since my opaque key is different.
For all the cases where the opaque key is…
-
Related: #24
```haxe
interface IArpObject { }
interface IChildArpObject extends IArpObject {
var arpParent(get, never):T;
}
class ParentArpObject {
var children:ChildArpObjectMap = new …