Results 14 issues of Trangar

- [ ] maybe_uninit_slice https://github.com/rust-lang/rust/issues/63569 - [ ] maybe_uninit_uninit_array (no tracking issue) - [ ] maybe_uninit_array_assume_init https://github.com/rust-lang/rust/issues/80908

not-stale
bincode-2

With [Rust 1.57](https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html#fallible-allocation), several `try_reserve` methods have been stabilized. This PR makes bincode take advantage of this. A nightly flag can be set to disable all fallible allocations. This is...

not-stale

I have been working on a json-to-struct generator for a project, and I ran into an issue that I did not actually know the type of number. It would be...

enhancement

Libp2p is still on rand `0.7` (sometimes `0.7.2`, sometimes `0.7.3`). In an effort to reduce the number of duplicate dependencies in our project, we'd like to bump this to rand...

Hello, I'm currently working on a toy kernel on a raspberry pi, and I'm using svd2rust to generate the bindings to the aarch64 BCM2837 chip that the raspberry pi 3b...

I'm trying to map a LuaTable into a simpler enum to work with, but when I try to iterate a hlua::LuaTable I get a panic deep in the C lua...

bug

After a discussion in zulip we wanted to make sure there are no conflicting `TaggedBase64` tags between all the projects. The simplest way to do this was to make a...

Fixes #652 - [x] Implement `embedded-io` traits - [ ] Add tests

not-stale

The CI breaks on android with the error `cannot find -lunwind`.

not-stale
bincode-2
CI

https://github.com/defnull/pixelflut/blob/d4cb065d36d0ff3a69e58ea8b3b32b2e2adb6e88/pixelwar/src/de/paws/pixelwar/PixelClientHandler.java#L52 Should be `super.channelInactive(ctx);`