synext 0.1.0

A simple extension library for syn crate to help developers quickly develop derive macros
Documentation
1
2
3
4
5
6
7
8
9
@echo off
setlocal enableDelayedExpansion

echo current path: !cd!
cd /d !cd!

call cargo publish --manifest-path Cargo.toml

endlocal