Skip to content

Releases: dtolnay/indoc

0.1.7

05 Jun 00:32
0.1.7
Compare
Choose a tag to compare
  • Bump syntex version to 0.31

0.1.6

05 Jun 00:32
0.1.6
Compare
Choose a tag to compare
  • No difference in functionality; this release is just to publish a few new keywords to crates.io

0.1.5

19 Mar 19:21
0.1.5
Compare
Choose a tag to compare
  • Support for byte string literals (#1)

0.1.4

19 Mar 18:56
0.1.4
Compare
Choose a tag to compare
  • Allows document to start on same line as opening quote
  • Preserves whitespace-only lines

0.1.3

19 Mar 10:07
0.1.3
Compare
Choose a tag to compare
  • Fixes typo in an error message

0.1.2

19 Mar 09:02
0.1.2
Compare
Choose a tag to compare
  • Adds with-syntex feature to build with syntex to support stable Rust

0.1.1

19 Mar 08:12
0.1.1
Compare
Choose a tag to compare
  • Plugin registrar renamed from plugin_registrar to just register

0.1.0

19 Mar 08:12
0.1.0
Compare
Choose a tag to compare
  • Initial implementation of indoc!()