Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Documentation for Monolake #1165

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

har23k
Copy link

@har23k har23k commented Nov 7, 2024

Documentation for Monolake: https://github.com/cloudwego/monolake

Copy link

vercel bot commented Nov 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cloudwego ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 14, 2024 0:31am

@CLAassistant
Copy link

CLAassistant commented Nov 7, 2024

CLA assistant check
All committers have signed the CLA.

@har23k har23k changed the title WIP: Feat: Documentation for Monolake Feat: Documentation for Monolake Nov 14, 2024
@har23k har23k marked this pull request as ready for review November 14, 2024 00:30
@har23k har23k requested review from a team as code owners November 14, 2024 00:30

## How `certain_map` Helps

The `certain_map` crate solves this problem by providing a typed map that ensures the existence of specific items at compile-time. When you define a `Context` struct using `certain_map`, the compiler will enforce that certain fields are present, preventing runtime errors and simplifying the implementation of your services.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a typed map, to be more precise it is not a typed map but just for users it's like that. We can describe it as a typed-map-like struct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

4 participants