Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
re-mouse authored Feb 21, 2024
1 parent f4b0a31 commit ac976b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
## Purpose
1. The ReDI framework aims to simplify dependency management within your projects. By encapsulating dependencies in modules, it allows you to create reusable libraries and easily set up test environments. With just a few lines of code, you can manage complex dependency graphs.
2. As it target at .NETStandard 2.1, it can be used in Unity and .NET solutions. You can create architecture with shared libraries and use same dependencies beetwen them
## Future
Codebase contain only ~500 lines, so i will try not to increase it, and my goal is to keep that minimal API, but maybe add some binding features, like factories

## Compatability
It works well with unity, as it targets at .net standard 2.1.
It works well almost with unity, as it targets at .net standard 2.1, also it compatible with AOT .NET applications

## Quickstart
### Install
Expand Down

0 comments on commit ac976b5

Please sign in to comment.