rusm 0.1.0

An opinionated paradigm for building service-like rust crates which can be deployed together or independently.
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 14.03 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.04 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • GarettCooper/rusm
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • GarettCooper

RUst Service Modules (rusm)

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.