amplify_syn 2.0.1

Amplifying syn capabilities: helper functions for creating proc macro libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Change Log
==========

1.1.0
-----
- Custom parsers allowing attribute values to take any form, not only literals
- Convenience methods for ArgValue conversion from/to idents & paths
- `ident!` macros for simplified `syn::Ident` creation

1.0.1
-----
- Fixing sample code URL in README
- Renaming `ArgReq` to `ArgValReq` (since the old name)
- Yanking 1.0.0 version (since the rename is breaking backward compatibility)