hexser_potions 0.3.0

Potions: ready-to-mix patterns and examples for the hexser crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "hexser_potions"
version = "0.3.0"
edition = "2024"
authors = ["N Lang Team"]
description = "Potions: ready-to-mix patterns and examples for the hexser crate"
license = "MIT OR Apache-2.0"
keywords = ["hexagonal", "architecture", "examples", "patterns", "ddd"]
repository = "https://github.com/squillo/hexser/hexser_potions"

[dependencies]
hexser = { workspace = true }

[dev-dependencies]
pretty_assertions = { workspace = true }

[package.metadata.docs.rs]
all-features = true