dao-xyz / borsh-ts

⚡️fast TypeScript implementation of Borsh serialization format
Apache License 2.0
37 stars 2 forks source link

Legacy support (borsh-js) #4

Open marcus-pousette opened 2 years ago

marcus-pousette commented 2 years ago

Can this library by compatible with borsh-js schemas in a simple way? Many existing users are depending on borsh-js and do not perhaps want to rewrite everything if it is already working.

The support has to work two way. I.e. There should be a way of getting borsh-js schemas into borsh-ts and borsh-ts into borsh-js schemas.

Issues: