# Torigen Core
A specialized Rust library developed exclusively for the **Torigen Reader** project. This library handles mounting and integration of various manga sources into the Torigen Reader ecosystem.
## Purpose
Torigen Mounter is a component library that:
- Provides trait definitions for manga source integration
- Implements resource mounting for the Torigen Reader
- Handles standardized data models for manga, chapters, and search results
## Important Notice
**This is not a standalone library.** Torigen Mounter is specifically designed to work within the Torigen Reader project and is not intended for use in other applications. The API and implementation details are tightly coupled with the requirements and architecture of Torigen Reader.
## Features
- Standardized trait interfaces for manga providers
- Resource mounting capabilities
- Metadata handling and normalization
- Search functionality integration
## Project Structure
The library is organized into:
- **core**: Core trait definitions and interfaces
- **generated**: Data models and generated code
## License
This library is part of the Torigen Reader project and follows its licensing terms.
## Contact
For questions or issues related to Torigen Reader or this library, please refer to the main Torigen Reader project.
---
© Torigen Reader Project