Commit graph

31 commits

Author SHA1 Message Date
655148b2c4 Update 'README.md'
Added shields.io labels
2022-03-27 17:19:47 +02:00
041659b2f2 Rectified typo in cargo file. 2022-03-27 16:35:22 +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
0110d6677e Changed another Cargo.toml for the same reason. 2022-03-27 16:11:08 +02:00
d491d441af Edited Cargo.toml to play well with crates.io 2022-03-27 16:10:03 +02:00
f4ec249077 Changed crate name to avoid collision on crates.io 2022-03-27 16:07:30 +02:00
fc681cfa0e Merge pull request 'Added license, README and other minor things' from thelie-patch-1 into main 2022-03-27 15:39:44 +02:00
7890b86a64 Merge branch 'main' into thelie-patch-1 2022-03-27 15:39:18 +02:00
1cae9118eb Added copyright and license disclaimers to source files (#2)
Co-authored-by: Thelie <git.daniel@mowitz.rocks>
Co-committed-by: Thelie <git.daniel@mowitz.rocks>
2022-03-27 15:38:39 +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
8c845ef072 Update 'TODO.md' 2022-03-27 15:24:04 +02:00
df8e5f3e27 Update 'README.md'
changed wording.
2022-03-27 15:20:54 +02:00
e4b19cba5d Update 'README.md'
Added example and more explaination of how the macros work.
2022-03-27 15:20:14 +02:00
0873a407f2 Brought the documentation to an acceptable level. 2022-03-27 15:10:20 +02:00
853c825393 Renamed license file 2022-03-26 23:25:16 +01:00
322066debf Added license 2022-03-26 23:24:46 +01:00
debfd0a821 Update 'README.md'
Fixed newlines of name explaination
2022-03-26 23:22:30 +01:00
0ba7efc9bb Add README.md
Explained a bit about the projects name and goals.
2022-03-26 23:21:19 +01:00
2009792680 Update 'TODO'
Updated the todo list
2022-03-26 23:15:57 +01: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
ca6ebc1805 Split project into workspaces and started on implementing the first struct. 2022-02-19 17:30:38 +01:00
6ff32bd4a4 Initial commit 2022-02-19 11:37:31 +01:00