svg_file_parser 0.1.0

A Rust-based SVG parser designed to interpret scalable vector graphics (SVG) files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
format:
	cargo fmt && cargo clippy


test:
	cargo test


commit-and-push:
	git add .

	git commit -m "Update parser"

	git push origin