Skip to content

Commit 1f5159f

Browse files
1 parent df6bde6 commit 1f5159f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
---
1111

12-
# **Common** πŸ‘¨πŸ»β€πŸ­
12+
# **Common**β€πŸ‘¨πŸ»β€πŸ­
1313

1414
The 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

115115
The `Common` crate is organized by service domain, with each domain containing
116116
its 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

164164
To understand the core philosophy behind this crate and how its components work
165165
together, 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
177177
built. 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`
215215
workspace. In `Mountain`'s `Cargo.toml`:
@@ -219,7 +219,7 @@ workspace. In `Mountain`'s `Cargo.toml`:
219219
Common = { path = "../Common" }
220220
```
221221

222-
### Usage πŸš€
222+
### Usageβ€πŸš€
223223

224224
A developer working within the `Mountain` codebase would use `Common` as
225225
follows:

0 commit comments

Comments
Β (0)