-
I'm encountering some errors when building the project with `cargo build -r `
I'd like to get this working and check it out but Im not familiar with rust. Any help getting it working would be appreci…
-
This is a brainstorming issue for additional crates which could go in this repo.
- [x] `ssh-cipher`
- [x] `ssh-derive`
- [x] `ssh-encoding`
- [x] `ssh-key`
- [x] `ssh-protocol`
- [ ] Others?
…
-
I notice that there is a LICENSE file provided in the individual crates i.e. `crates/krun-sys` and `crates/muvm`.
But there is no LICENSE file in the git root. It would be useful to have that as it…
-
### Describe the feature
At the moment, in the trie crate, we have a `TrieAccount` structure
https://github.com/paradigmxyz/reth/blob/d5f01036016263fbad6a3af9dc3707b2701adc1d/crates/trie/common/sr…
-
This would enable the use of the code to connect and interact with a piglet/porky to be used in other places, such as a CLI, or integration with HomeAssistant or other apps, without having to do the n…
-
A lot of my networking code uses [`bytes`](https://docs.rs/bytes/latest/bytes/) to handle efficient storing of incoming and outgoing packets. I would like to transition more of that code to use `zeroc…
-
### What is the problem the feature request solves?
Comet has native code for decoding Parquet structures into Arrow arrays. This issue is for discussing delegating to the [parquet crate](https://cra…
-
### 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
…
-
We have a lot of different trace targets, and we don't have any broad overview of what trace targets someone might want to turn on if they're trying to debug a component or protocol.
We should list…
-
We need to implement tracing for all client methods and transports. PII needs to be sanitized and the safest option it so remove incidental printing of values e.g., derive or implement `Debug` and/or …