-
### Problem
It is a bit surprising that the index metadata needs explicit `"optional": false` and `"default_features":true` for every dependency, even though these fields have defaults and are option…
-
This issue is for discussing things related to serde support.
Unresolved questions:
### Serde data model mismatch
The [serde data model](https://serde.rs/data-model.html) states that it support…
-
### Issue submitter TODO list
- [X] I've looked up my issue in [FAQ](https://ui.docs.kafbat.io/faq/common-problems)
- [X] I've searched for an already existing issues [here](https://github.com/kafbat…
ajesk updated
1 month ago
-
It would be useful to have built-in serde support for storing and retrieving bitmaps from this library. Could the existing serialization functions be used to implement this efficiently?
-
It will be very useful if the compressed vec can be serialized using serde, which is beneficial when the vector needs to be transferred over limited bandwidth network for example.
-
@AltSysrq do you have any sense of what functionality would be required from Serde before fourleaf could take advantage of Serde's serialize and deserialize traits?
The only one I could discern fro…
-
```Rust
pub struct Event {
pub package_id: ObjectId,
pub module: Identifier,
```
```Rust
pub struct Event {
pub package_id: ObjectID,
pub transaction_module: Identifier,
```
iota repo…
-
We are preferring IndexMap instead as it will preserve the order and is faster for our use. Make sure to add the serde feature:
```toml
indexmap = { version = "2.5.0", features = ["ser…
-
rename_all_fields renames everything of enum and struct. it's very convenient with enum with struct variants.
namse updated
1 month ago
-
![Screenshot 2024-05-16 at 3 01 03 PM](https://github.com/oscartbeaumont/specta/assets/21004798/7b573810-ee1d-44d7-a401-22281069fead)
This would simplify the exporters which would be really nice an…