bitcoin-teleport/teleport-transactions

[QnA] How about RON for Wallet data encoding?

Opened this issue · 1 comments

Digging into serde made me realize we can use lots of its flexibility.

One such will be, having a new kinda of data encoding with more semantic information than json.
Ex: https://github.com/ron-rs/ron [Rusty Object Notation]

I personally have preference towards "rust" way of doing stuffs, and it seems like most other rusty things, RON is quite there for encoding human readable data.

Later on we can have our config files written in RON too.

Opened this for discussion on it.

I like RON for serialization. not sure about for config files though.