Commit graph

11 commits

Author SHA1 Message Date
f8e983839e
Update all dependencies to latest versions 2024-07-09 01:22:04 +10:00
6ac533233f
Dont log regex parse times
The regex parsing is extremely fast (about 2-3 microseconds) and logging
this info would leave a detailed timing summary of message events in the
logs which is undesirable.
2023-10-17 02:59:42 +10:00
1a2f168f4e
Remove unneeded logging and add code to log function execution times 2023-10-17 02:37:37 +10:00
1783ed00e6
Clean up & refactor embed output code 2023-10-08 14:04:23 +10:00
da62c7c2c6
Refactor metadata parsing to avoid repetition 2023-10-08 12:43:03 +10:00
4f5e01802f
Fix bug that broke partial metadata parsing 2023-10-08 04:06:25 +10:00
7d379448ff
Run rustfmt 2023-10-08 03:52:21 +10:00
df7b01b5c1
Fix issues #12 and #13 2023-10-08 03:51:36 +10:00
bed9beb1f2
Refactor and clean code, fixes #3 and #7
Also clean up log output so the messaging is clear and makes more sense
2023-06-29 11:09:47 +10:00
16f05e00f3
bugfix: fix the recursive embed issue 2023-06-23 23:01:21 +05:30
bf4380c4f9
refactor: moved all the core logic into lib.rs and embed related logic into embed.rs 2023-06-19 21:58:13 +05:30