Implement layered public API design (ADR-030) #272
Labels
No labels
adr
automated
bug
chore
dependencies
documentation
enhancement
epic
github-actions
P1-high
P2-medium
P3-low
release
research
rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jwilger/eventcore#272
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Implement the layered crate public API design established in ADR-030 and documented in ARCHITECTURE.md.
Background
The
eventcorecrate should export a minimal API for application developers, whileeventcore-typesprovides the full API for backend implementers. This cleanup reduces API surface area, clarifies audience separation, and makes future evolution easier.Acceptance Criteria
eventcore/src/lib.rsexports only application-developer types (#281)pub(crate)Sub-Issues
Related
References