Skip to content

Commit

Permalink
markdown checkmark style
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Dec 26, 2023
1 parent 1a3561c commit e3c06b0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@ Compile-time safe dependency injection for Swift projects. SafeDI is built for e

## Features

Compile-time safe
- [x] Compile-time safe

Thread safe
- [x] Thread safe

Hierarchical dependency scoping
- [x] Hierarchical dependency scoping

Constructor injection
- [x] Constructor injection

Multi-module support
- [x] Multi-module support

Dependency inversion support
- [x] Dependency inversion support

Transitive dependency solving
- [x] Transitive dependency solving

Cycle detection
- [x] Cycle detection

Architecture independent
- [x] Architecture independent

Simple integration: no DI-specific types or generics required
- [x] Simple integration: no DI-specific types or generics required

Easy testing: every type has a memberwise initializer
- [x] Easy testing: every type has a memberwise initializer

Clear error messages: never debug generated code
- [x] Clear error messages: never debug generated code

## Using SafeDI

Expand Down

0 comments on commit e3c06b0

Please sign in to comment.