diff options
author | Federico Igne <git@federicoigne.com> | 2022-12-30 16:42:36 +0000 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2022-12-30 16:42:36 +0000 |
commit | e51c9f680b140ab6f5279baa626f0a7831729f42 (patch) | |
tree | a037f1ef7a54be367bd41a3d9c460837b6798a6b | |
parent | 79e64869680f012cb282f75eb0f518b94cccebd0 (diff) | |
download | pangler-master.tar.gz pangler-master.zip |
This version includes:
- easier definition of entry points (with a `entry` class to ultimately
force it);
- a way to limit the generated entry points by providing a required
prefix to their path;
- a way to list valid entry points without tangling any code;
- minor QOL fixes on error messages;
- updated documentation along with instructions on how to compile
the project with Docker;
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | README.pdf | bin | 290388 -> 290388 bytes |
3 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "pangler" | 2 | name = "pangler" |
3 | version = "0.3.0" | 3 | version = "0.4.0" |
4 | edition = "2021" | 4 | edition = "2021" |
5 | 5 | ||
6 | [dependencies] | 6 | [dependencies] |
@@ -689,7 +689,7 @@ fn write_to_file( | |||
689 | ```{#Cargo.toml .toml} | 689 | ```{#Cargo.toml .toml} |
690 | [package] | 690 | [package] |
691 | name = "pangler" | 691 | name = "pangler" |
692 | version = "0.3.0" | 692 | version = "0.4.0" |
693 | edition = "2021" | 693 | edition = "2021" |
694 | 694 | ||
695 | [dependencies] | 695 | [dependencies] |
Binary files differ | |||