Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Zlurgg/core

Tags

v1.0.0

Toggle v1.0.0's commit message
feat: initial core library with Result types and error handling

Core utilities for Android apps:
- Result<T, E> type-safe error handling
- DataError hierarchy (Local, Remote)
- ErrorMapper for exception mapping
- ErrorFormatter for user-friendly messages

Includes GitHub Actions workflow for publishing to GitHub Packages.