stark-curve 0.1.0

Stark curve implementation
Documentation
1
2
3
4
5
6
7
8
9
10
.PHONY: docs docs-open docs-private

docs:
	RUSTDOCFLAGS="--html-in-header katex-header.html" cargo +nightly doc --no-deps

docs-open:
	RUSTDOCFLAGS="--html-in-header katex-header.html" cargo +nightly doc --no-deps --open

docs-private:
	RUSTDOCFLAGS="--html-in-header katex-header.html" cargo +nightly doc --no-deps --document-private-items