-
### Description
I'm not exactly sure where this bug is arising from (e.g. swift-openapi-generator or one of its dependencies like OpenAPIKit).
In short, using `swift-openapi-generator` with when…
-
Implementing this would be a huge ergonomics win for users, but beyond that it would unlock much better fuzzing potential for `keyvalues-serde`. Right now `keyvalues-serde` currently fuzzes an arbitra…
-
Support it and add check we have correct impls for reference types?
-
Support it
-
Hi, i use below command to run example
./serdes-kafka-avro-client -P -b 10.202.8.11:40301 -t testschema -p 1 -r http://localhost:8081 -s testvertica -S '{"type":"record","name""testvertica","namespac…
-
It would be nice to have optional serde support, see e.g. the *rust-gc* crate:
https://github.com/Manishearth/rust-gc/blob/949732cf8dd2676e0edadc096e2484455bc82a46/gc/src/serde.rs
-
Hello!
The following code fails with `deserialization not working: Syntax("invalid type: newtype struct, expected any valid JSON value")` on the `rmp_serde:1.1.1`
```
#[test]
fn test() {
le…
-
I have a branch which implements Serde support. Would you be interested in accepting that? Its super super simple right now and might need a little polish. Let me know and I'll open a PR for that :-)
-
### Problem
If nothing can activate an optional dependency, cargo acts as if the dependency doesn't exist which creates poor error messages.
Also, with how things are arranged, the unused option…
epage updated
1 month ago
-
## 🐛 Bug description
I am building a wasm project on Ubuntu system. This project uses kafka consumer.
This is Cargo.toml
```
[package]
name = "wds-sterling-emulator"
version = "0.1.0"
edition =…