# JYRouter **Repository Path**: cm212/JYRouter ## Basic Information - **Project Name**: JYRouter - **Description**: 路由方案: 解析链路url, 合成[String(Path): [String : String](QueryItems)]字典 基于Swift5.5 Codable新特性序列化路由表枚举,完成跳转流程,以及参数回调 - **Primary Language**: Swift - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-21 - **Last Updated**: 2022-09-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JYRouter ## 介绍 - 基于 Swift 5.5 Codable 新特性 [(SE-0295)](https://github.com/apple/swift-evolution/blob/main/proposals/0295-codable-synthesis-for-enums-with-associated-values.md) 序列化路由表枚举,实现 App 路由跳转 - 1.0.0 版本实现了跨模块路由跳转 ## 安装教程 ### Swift Package Manager - File > Swift Packages > Add Package Dependency - Add - Select "Up to Next Major" with "1.0.0" ### 使用说明 - 内有 Demo ,欢迎随时 check out !