Commit Graph

9 Commits

Author SHA1 Message Date
Lukas Kalbertodt
4f4f42e8f3 Disable some code (and fix others) when no features are enabled 2021-07-28 12:38:50 +02:00
Lukas Kalbertodt
f0648d722e Prepare macro crate for release 2021-07-28 12:11:32 +02:00
Lukas Kalbertodt
e35be71665 Add metadata to Cargo.toml 2021-07-28 12:09:04 +02:00
Lukas Kalbertodt
b7515239e5 Remove useless dev-dependencies 2021-07-28 12:06:04 +02:00
Lukas Kalbertodt
366fd3d10a Remove example module and doc-example feature
Now that we use derives, not a lot of magic happens anymore. Thus, I
think it's not necessary to show the generated stuff anymore.
2021-05-16 15:30:26 +02:00
Lukas Kalbertodt
32fbfd3a5a Add Source trait and implement it for files (TOML and YAML for now) 2021-05-16 15:27:47 +02:00
Lukas Kalbertodt
bfab0e8798 Add example module for documentation
It currently doesn't show anything as all items are pub(crate).
2021-04-29 19:00:36 +02:00
Lukas Kalbertodt
537a8b7725 Add version from other project
This was mostly what I implemented as utility library for another
project. But I figured I can also extract it as it's useful on its
own.
2021-04-29 18:09:26 +02:00
Lukas Kalbertodt
dd52b56548 Initial commit with empty Cargo project 2021-04-29 17:23:54 +02:00