preserves-schema 3.990.0

Implementation of Preserves Schema code generation and support for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
all:
	@echo please use cargo

regenerate:
	cargo run -- \
		--prefix crate::gen \
		--support-crate crate \
		--rustfmt-skip \
		-o $(CURDIR)/src/gen \
		../../../schema/schema.bin