Crates.io | moleculec-go |
lib.rs | moleculec-go |
version | 0.1.11 |
source | src |
created_at | 2020-02-07 08:56:11.687214 |
updated_at | 2023-03-02 03:15:12.904996 |
description | Compiler plugin for moleculec. |
homepage | |
repository | https://github.com/driftluo/moleculec-go |
max_upload_size | |
id | 205738 |
size | 102,545 |
A plugin for the molecule serialization system to generate Go code.
$ cargo install moleculec moleculec-go
$ moleculec --language go --schema-file "your-schema-file" | gofmt > "your-go-file"
you can run make gen-test
to reproduce it.
Licensed under MIT License.