Initial commit

This commit is contained in:
2025-08-30 23:12:22 +02:00
commit c63206aa71
16 changed files with 923 additions and 0 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# NoccyLabs Hotwire
This is an autowiring DI container library. It is not zero-conf; you still have
to specify the directories containing classes to add to the container, and
annotate the classes with the `#[AsService]` attribute.