moleculec-go

Crates.iomoleculec-go
lib.rsmoleculec-go
version
sourcesrc
created_at2020-02-07 08:56:11.687214+00
updated_at2025-03-17 07:06:09.643049+00
descriptionCompiler plugin for moleculec.
homepage
repositoryhttps://github.com/driftluo/moleculec-go
max_upload_size
id205738
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
漂流 (driftluo)

documentation

README

molecule go plugin

A plugin for the molecule serialization system to generate Go code.

Use

$ cargo install moleculec moleculec-go
$ moleculec --language go --schema-file "your-schema-file" | gofmt > "your-go-file"

Testset

all test from molecule

you can run make gen-test to reproduce it.

License

Licensed under MIT License.

Commit count: 22

cargo fmt