99
1010---
1111
12- # ** Common** π¨π»βπ
12+ # ** Common** β π¨π»βπ
1313
1414The Architectural Core of Land
1515
@@ -43,7 +43,7 @@ implementing the traits and consuming the effects defined in this crate.
4343
4444---
4545
46- ## Key Features & Concepts π
46+ ## Key Features & Conceptsβ π
4747
4848- ** Declarative ` ActionEffect ` System:** Operations are not executed immediately
4949 β they are described as ` ActionEffect ` data structures and then passed to a
@@ -110,7 +110,7 @@ This separation makes the architecture flexible and testable.
110110
111111---
112112
113- ## Project Structure Overview πΊοΈ
113+ ## Project Structure Overviewβ πΊοΈ
114114
115115The ` Common ` crate is organized by service domain, with each domain containing
116116its trait definitions, DTOs, and effect constructors.
@@ -159,7 +159,7 @@ Common/
159159
160160---
161161
162- ## Deep Dive & Architectural Patterns π¬
162+ ## Deep Dive & Architectural Patternsβ π¬
163163
164164To understand the core philosophy behind this crate and how its components work
165165together, please refer to the detailed technical breakdown in
@@ -171,7 +171,7 @@ architecture.
171171
172172---
173173
174- ## How ` Common ` Fits into the ` Land ` Ecosystem π¨π»βπ + ποΈ
174+ ## How ` Common ` Fits into the ` Land ` Ecosystemβ π¨π»βπ +β ποΈ
175175
176176` Common ` is the foundational layer upon which the entire native backend is
177177built. It has no knowledge of its consumers, but they are entirely dependent on
@@ -207,9 +207,9 @@ graph LR
207207
208208---
209209
210- ## Getting Started π
210+ ## Getting Startedβ π
211211
212- ### Installation π₯
212+ ### Installationβ π₯
213213
214214` Common ` is intended to be used as a local path dependency within the ` Land `
215215workspace. In ` Mountain ` 's ` Cargo.toml ` :
@@ -219,7 +219,7 @@ workspace. In `Mountain`'s `Cargo.toml`:
219219Common = { path = " ../Common" }
220220```
221221
222- ### Usage π
222+ ### Usageβ π
223223
224224A developer working within the ` Mountain ` codebase would use ` Common ` as
225225follows:
0 commit comments