entity-core
Core traits and types for entity-derive.
This is an internal crate. Use entity-derive directly.
Overview
This crate provides the foundational types used by entity-derive:
Repository<T>- Base repository trait for CRUD operationsPagination- Type-safe pagination with offset/limitSortDirection- Enum for ASC/DESC ordering
Usage
These types are re-exported from entity-derive, so you typically don't need to depend on this crate directly:
use ;
let page = page;
Documentation
For complete documentation, examples, and usage guide, see:
- entity-derive documentation - Full API reference
- GitHub repository - Source code and examples
- Wiki - Comprehensive guides
License
MIT License - see LICENSE