go-away

Crates.iogo-away
lib.rsgo-away
version0.5.0
sourcesrc
created_at2021-05-26 20:12:18.646806
updated_at2021-11-02 18:00:30.340449
descriptionGenerates go types from rust types
homepagehttps://github.com/obmarg/go-away
repositoryhttps://github.com/obmarg/go-away
max_upload_size
id402390
size84,627
Graeme Coupar (obmarg)

documentation

https://docs.rs/go-away

README

Go Away

Generate Go Types from Rust Types

Crate Info API Docs

Changelog

Overview

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.

Commit count: 62

cargo fmt