# kissrust **Repository Path**: codealy/kissrust ## Basic Information - **Project Name**: kissrust - **Description**: rust study - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-22 - **Last Updated**: 2025-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rust-get-it #### 介绍 rust study * 第一章:xxx - ch01-01-greeting1 - ch01-02-greeting2 - ch01-03-guessing-game-tutorial * 第二章:xxx - ch02-01-common-programming-concepts - ch02-02-fibonacci * 第三章:xxx - ch03-01-understanding-ownership - ch03-02-slices * 第四章:xxx - ch04-01-structure * 第五章:xxx - ch05-01-enums * 第六章:xxx - ch06-01-managing-growing-projects-with-packages-crates-and-modules - ch06-02-modules-splits * 第七章:xxx - ch07-01-collection * 第八章:异常处理 - ch08-01-error-handling * 第九章:xxx - ch09-01-syntax 泛型 - ch09-02-traits Trait:定义共同行为 * 第十章:xxx - xxx * 第十八章:发布和命名空间 - ch18-01-publishing-to-crates-io - ch18-02-cargo-workspaces * 第十九章:工程组件 - ch19-01-project-csv-reader csv读取,不读头行 - ch19-02-project-csv-with-head-reader csv读取, 读头行 - ch19-03-project-csv-with-head-reader-and-write-avro + csv读取 + 写avro文件 - ch19-04-project-file-wr 文件读写 - ch19-05-project-file-wr-thread + 文件多线程读写 + rand 随机数 - ch19-06-project-config-load + config 配置文件读取和加载 - ch19-07-project-file-wto-oss + 配置文件读取和加载 + 写入oss - ch19-08-jdbc-test + config 配置文件读取和加载 + log日志 + mysql jdbc操作 + tokio 异步操作(tokio 未完成) - ch19-09-redis-demo + config 配置文件读取和加载 + log日志 + redis demo(redis 未完成) * whosly - 小组件, 包括 + 时间耗时统计 ~