Commit graph

17 commits

Author SHA1 Message Date
8531a586eb Release 0.1.3
sing_macros@0.1.3
sing_parse@0.1.3
sing_rs@0.1.3
sing_util@0.1.3

Generated by cargo-workspaces
2022-04-05 21:22:38 +02:00
16bc99203f Bump version and update README 2022-03-27 18:28:30 +02:00
52c85c61b9 Fixed imports after name change 2022-03-27 17:57:29 +02:00
fcf1d6893a Hopefully used the correct name for the license this time… 2022-03-27 16:32:14 +02:00
2ebcaf2f39 Changed license field so crates.io is content. 2022-03-27 16:29:11 +02:00
791e65a9fa Changed authors field to be a list. 2022-03-27 16:22:30 +02:00
43f1c8fe1a Added descriptions and other fluff to cargo files. 2022-03-27 16:20:19 +02:00
9b474f0d17 Added license and author information to cargo files. 2022-03-27 16:16:12 +02:00
d491d441af Edited Cargo.toml to play well with crates.io 2022-03-27 16:10:03 +02:00
01a5fa0ffb Update 'sing_macros/src/lib.rs' 2022-03-27 15:37:11 +02:00
5c76a67db3 Update 'sing_macros/src/keyword.rs' 2022-03-27 15:36:55 +02:00
0873a407f2 Brought the documentation to an acceptable level. 2022-03-27 15:10:20 +02:00
ec7ba974da Basic functionality of the crate is now present. 2022-03-26 23:06:38 +01:00
616ab17008 Bulk of the code is in place, no debugging done yet. 2022-03-10 13:59:51 +01:00
cb3bbdbb78 macro for adding traits is done. 2022-03-02 19:13:31 +01:00
2d2602b057 Just realized I can just serialize the tokenstream :) 2022-03-02 18:14:48 +01:00
be39277042 Derived Serialize for some syn structures needed and moved some files around. 2022-02-28 23:19:21 +01:00