bincode-typescript 0.1.0

Generates TypeScript serialisation and deserialisation code from Rust structs and enums
Documentation
1
2
3
4
5
{% if self.is_unit() -%}
  {% include "enum_unit.ts.j2" %}
{% else -%}
  {% include "enum_complex.ts.j2" %}
{% endif %}