zefchain / serde-reflection

Rust libraries and tools to help with interoperability and testing of serialization formats based on Serde.
Apache License 2.0
126 stars 23 forks source link

[Feature Request] Finish the support for Dart #49

Open ma2bd opened 2 hours ago

ma2bd commented 2 hours ago

🚀 Feature Request

Typescript is still marked as "in progress" because the following are missing:

temeddix commented 2 hours ago

I may be able to make contributions :)

Extending unit tests doesn't sound so hard, as the features might have been already implemented.

The term 'BCS maps' is not clear to me yet. Does it mean Rust's HashMap, or is it something related to reflection?

temeddix commented 2 hours ago

Looks like BCS is the serialization format alongside Bincode, understood.