component-map 0.3.2

Generic component manager with sync/async and fallible/infallible initialisation
Documentation
1
2
3
4
5
6
7
8
9
10
11
# component-map

A generic Rust library for managing collections of components with flexible initialization strategies.

## Features

- **Multiple initialization strategies**: synchronous, asynchronous, fallible, and infallible

## License

MIT