progress.cr:简单易用的Crystal进度条 源码
进步 用于Crystal的简单且可自定义的进度条。 安装 将依赖项添加到您的shard.yml : dependencies : progress : github : kandayo/progress 运行分shards install 用法 require " progress " # This is the default configuration; all arguments are optional. progress = Progress .new( width: 100 , total: 100 , step: 0 , left_border_char: " [ " , filled_char: " = " , empty_char: " " , right_border_char: " ] " , label: " Neu
文件列表
progress_cr-main.zip
(预估有个11文件)
progress.cr-main
shard.yml
106B
.github
workflows
documentation.yml
518B
specs.yml
543B
LICENSE
1KB
src
progress
version.cr
39B
暂无评论