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

#213 in FFI

Download history 107/week @ 2023-12-05 11/week @ 2023-12-12 52/week @ 2023-12-19 195/week @ 2023-12-26 347/week @ 2024-01-02 78/week @ 2024-01-09 57/week @ 2024-01-16 168/week @ 2024-01-23 152/week @ 2024-01-30 150/week @ 2024-02-06 62/week @ 2024-02-13 76/week @ 2024-02-20 61/week @ 2024-02-27 47/week @ 2024-03-05 1/week @ 2024-03-12 8/week @ 2024-03-19

148 downloads per month

MPL-2.0 license

57KB
1.5K SLoC

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.2–2MB
~43K SLoC