go-away-derive-internals

Crates.iogo-away-derive-internals
lib.rsgo-away-derive-internals
version0.5.0
sourcesrc
created_at2021-05-26 20:11:32.487323
updated_at2021-11-02 17:59:54.598627
descriptionDerive internals for go-away
homepagehttps://github.com/obmarg/go-away
repositoryhttps://github.com/obmarg/go-away
max_upload_size
id402388
size17,838
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