-
The Rust [rphonetic](https://github.com/Dalvany/rphonetic) library has a few more phonetic functions like refined soundex and double metaphone. Could jellyfish wrap those functions (or even use all th…
-
### Checklist
- [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports
### Describe your issue
I'm trying to compile a CLI tha…
-
Right now, comments are lost when deserializing a YAML file.
Would you consider adding comment support to this library?
There is a open issue for this in `yaml-rust`: https://github.com/chyh1990/y…
-
We have updated to rules rust 0.54.1 and we are noticing a weird regression with the `reqwest` library. They added a default feature configuration ` default = ["default-tls", "charset", "http2", "mac…
-
I changed type of bar to u32 and get `ReadBufferTooShort`
```bash
thread 'basic_struct' panicked at ethercrab-wire/tests/unpack.rs:28:46:
called `Result::unwrap()` on an `Err` value: ReadBufferTo…
-
Platform:
```
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.5 LTS
Release: 22.04
Codename: jammy
```
Test failures:
```
running 118 tes…
-
What about library on Rust (instead of planned library on C/C++)?
-
We need to use pigweed's rust toolchain to match, but I've been able to get that working.
In the meantime, we've disabled rust_ targets.
See https://github.com/bsodmike/pigweed-sense-playground/…
-
We will need to repeatedly run the generator to keep the protos up to date. The generator should gain some subcommands so we can run things like:
- [x] Generate a library and save the command-line…
-
### Code
```Rust
use std::collections::HashMap;
pub trait MyTrait {
type Item;
fn foo(&self, other: &Self) -> ();
}
impl MyTrait for HashMap
where
K: ::std::hash::Hash,
{
type Item = …
poday updated
2 weeks ago