starlane-parse 0.3.14

Is a collection of utilities for making using the great [nom](https://crates.io/crates/nom) parser combinator easier to use.
Documentation
1
2
3
4
5
6
7
8
9
VERSION := $(shell cat ../../../VERSION)

version:

publish-dry-run:
	cargo publish --dry-run --allow-dirty
 
publish:
	cargo publish