6 releases (breaking)

0.5.0 Nov 2, 2021
0.4.0 Jul 16, 2021
0.3.0 Jul 2, 2021
0.2.0 Jun 6, 2021
0.1.1 May 26, 2021

#4 in #marshalling

Download history 110/week @ 2023-12-03 21/week @ 2023-12-10 43/week @ 2023-12-17 172/week @ 2023-12-24 274/week @ 2023-12-31 196/week @ 2024-01-07 52/week @ 2024-01-14 76/week @ 2024-01-21 225/week @ 2024-01-28 186/week @ 2024-02-04 91/week @ 2024-02-11 53/week @ 2024-02-18 81/week @ 2024-02-25 71/week @ 2024-03-03 5/week @ 2024-03-10 15/week @ 2024-03-17

173 downloads per month
Used in 2 crates (via go-away-derive)

MPL-2.0 license

16KB
360 lines

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.

Dependencies

~1.5MB
~37K SLoC