Skip to content

A sandbox project for rust. Learning rust programming languages, libraries, tools etc.

License

Notifications You must be signed in to change notification settings

mimul/sandbox-rust

Repository files navigation

A sandbox project for rust. Learning rust programming languages, libraries, tools etc.

Dependency Injection Examples

  1. static-constructor-di : 정적 디스패치의 특징은 제네릭의 사용.
  2. dynamic-constructor-di : 동적 디스패치는 dyn 트레이트 객체를 사용.
  3. shaku-di : DI 컨테이너로 Compile Time에 Dependency Injection을 지원해 주는 라이브러리.
  4. cake-pattern-di : Scala의 DI 패턴에서 유래

About

A sandbox project for rust. Learning rust programming languages, libraries, tools etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages