-
We were doing so well for a few rustc releases. Building the current master branch of serde:
compiler | time in seconds
--- | ---
1.12.0 | 29.5
1.13.0 | 8.3
1.14.0 | 7.2
1.15.0 | 6.1
1.16.0 |…
-
serde is the future, but unfortunately it requires a bit more work than just dropping in the replacement library.
-
Is impossible to derive encodable and decodable for enums. Add this feature.
https://github.com/stratum-mining/stratum/blob/main/protocols/v2/binary-sv2/no-serde-sv2/derive_codec/src/lib.rs
-
Related to:
- https://github.com/sigp/ethereum_serde_utils/issues/10
We need more tests for these utils. Many of them are only tested upon integration with Lighthouse which is not ideal.
-
I have a crate that reexports bytemuck including its derive feature. I also have a derive macro that creates a new struct which should implement Pod and Zeroable. The problem I have is, that I cannot …
-
## Feature Request
### Crates
`tracing-serde`
### Motivation
Currently, `tracing-serde` supports serializing `tracing` types, such as `Metadata`, `Event`, `span::Attributes` and `span::Recor…
hawkw updated
2 years ago
-
There is currently a specific problem: the default writer preserves the chunking of its input; however, the default reader forces a 64Ki batch size (this is configurable but defaults to 64Ki; see `vor…
-
> serde_cbor is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status |…
-
**Is your feature request related to a problem? Please describe.**
I want to derive serde's Serialize trait for a struct that contains the enum ZoneType from trust dns server.
**Describe the solut…
-
installing error on Ubuntu
warning: unused variable: `db_name`
--> src/utils/common.rs:142:5
|
142 | db_name: &str,
| ^^^^^^^ help: if this is intentional, prefix it with …