Diggory Blake
bea12b8e2f
Merge pull request #2 from dtolnay/local
...
Replace local_inner_macros
2019-04-03 17:52:19 +01:00
Diggory Blake
afb1f7503f
Merge pull request #1 from dtolnay/join
...
Simplify implementation of join macro
2019-04-03 17:50:13 +01:00
Diggory Blake
c1a1edb098
Remove nightly feature
2019-04-03 17:42:41 +01:00
Diggory Blake
40a137c186
Add readme and travis config
2019-04-03 17:39:35 +01:00
David Tolnay
2239185d82
Replace local_inner_macros
...
The #[macro_export(local_inner_macros)] attribute is intended for macros
that require compatibility with rustc <1.30. When targeting only
compilers that support calling macros as $crate::m!(...), that should be
used instead.
2019-04-03 08:23:46 -07:00
David Tolnay
294572426b
Simplify implementation of join macro
2019-04-03 08:02:56 -07:00
Diggory Blake
cc46fbe621
Add support for dependencies of dependencies
2019-04-02 17:16:33 +01:00
Diggory Blake
f47d3a417d
Add documentation
2018-10-29 01:36:58 +00:00
Diggory Blake
d3ff99023d
Bump version
2018-09-19 18:07:49 +01:00
Diggory Blake
5b2e1c3b53
Fix macro expansion
2018-09-19 18:07:22 +01:00
Diggory Blake
61230f5ef7
Prepare for publishing
2018-09-18 11:43:20 +01:00
Diggory Blake
37a4b43a29
Initial commit
2018-09-18 11:39:15 +01:00