Crates.io | rusm |
lib.rs | rusm |
version | 0.1.0 |
source | src |
created_at | 2024-09-17 00:05:59.212637 |
updated_at | 2024-09-17 00:05:59.212637 |
description | An opinionated paradigm for building service-like rust crates which can be deployed together or independently. |
homepage | https://github.com/GarettCooper/rusm |
repository | https://github.com/GarettCooper/rusm |
max_upload_size | |
id | 1377029 |
size | 14,350 |
rusm is an opinionated paradigm for building service-like rust crates which can be composed together for many of the benefits of Service-oriented Architecture without the significant overhead of separately deployable microservices. rusm lets you build a bundle of modules which can be deployed together in a monolith at first and then pulled apart into individually deployed units if/as it becomes necessary without modifying any service code, letting you move fast while remaining prepared for the future.