wire-framework

Crates.iowire-framework
lib.rswire-framework
version0.1.0
created_at2025-05-30 11:44:22.107395+00
updated_at2025-05-30 11:44:22.107395+00
descriptionA DI library for Rust
homepage
repositoryhttps://github.com/profMagija/wire-framework
max_upload_size
id1694953
size197,555
Nikola Bebić‮ (profMagija)

documentation

README

wire-framework - A lightweight DI framework for Rust

This library is based on the node_framework library from zksync-era.

Usage

The library provides following DI abstractions:

  • Resources are provided or requested by node components. An example of a resource is a Postgres connection pool factory.
  • Components may also provide tasks managed by the framework.
  • Requesting and providing resources / tasks is encapsulated in wiring layers.
Commit count: 1

cargo fmt