Crates.io | go-away |
lib.rs | go-away |
version | 0.5.0 |
source | src |
created_at | 2021-05-26 20:12:18.646806 |
updated_at | 2021-11-02 18:00:30.340449 |
description | Generates go types from rust types |
homepage | https://github.com/obmarg/go-away |
repository | https://github.com/obmarg/go-away |
max_upload_size | |
id | 402390 |
size | 84,627 |
Go Away is a small library for generating go types & marshalling code from Rust type definitions. It's intended for use when you have existing rust code that is using serde for JSON serialization and you want to allow go services or clients to interact with that code.
It may be expanded to other languages at some point but it's mostly been built to service a very specific need and might never evolve past that.