Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Releases: dtolnay/mashup

0.1.14

19 Dec 18:05
0.1.14
e62d6fd
Compare
Choose a tag to compare
Release 0.1.14

0.1.13

23 May 07:20
0.1.13
8eeeddb
Compare
Choose a tag to compare
Release 0.1.13

0.1.12

26 Jul 06:57
0.1.12
93b70cc
Compare
Choose a tag to compare
  • Documentation improvements

0.1.11

26 Jul 06:57
0.1.11
2a4c3f2
Compare
Choose a tag to compare
  • Documentation improvements

0.1.10

26 Jul 06:57
0.1.10
1c8ebb8
Compare
Choose a tag to compare
  • Documentation improvements

0.1.9

05 Oct 20:26
0.1.9
d045101
Compare
Choose a tag to compare
  • Accept hyphen in environment variables, replacing with _ (#15)

0.1.8

05 Oct 16:43
0.1.8
8d1f596
Compare
Choose a tag to compare
  • Add support for ident pieces provided by an environment variable (#12)

    mashup! {
        m["x"] = Lib env!("CARGO_PKG_NAME");
    }
    
    m! {
        struct "x";
    }
    
    let _ = Libmashup;

0.1.7

03 Sep 18:14
0.1.7
7ac8979
Compare
Choose a tag to compare
  • Support raw identifiers (#8)

0.1.6

03 Sep 15:37
0.1.6
9b866e5
Compare
Choose a tag to compare
  • #![no_std] support

0.1.5

15 Jul 00:55
0.1.5
70b6d97
Compare
Choose a tag to compare
  • Documentation improvements