Ferry-200 / coriander_player

Windows端本地音乐播放器,使用Material You配色。Dart (Flutter) + Rust (lofty, windows-rs) + C (bass lib) 多语言项目。绝赞开发中。
GNU General Public License v3.0
757 stars 25 forks source link

优化rust相关结构 #60

Closed chanmaoganda closed 3 months ago

chanmaoganda commented 3 months ago

Bug 概要 刚注意到有些地方可能设计的不是很适合rust, 所以准备提个pr?

有些位置传的是&Path, 应该用impl AsRef 有些unused variable等 我去改一下提个pr

Ferry-200 commented 3 months ago

好好好,辛苦了。只要不改目录结构的话都可以。

chanmaoganda commented 3 months ago

对了, 我做的修改是基于1.80的版本的rust, 你本地编译应该要升级一下,有些api变动了,file.write要处理size了, 替换成write_all这种的

Ferry-200 commented 3 months ago

没问题