#morse #ascii #translator #translate #vice #cli #dot-hyphen

程序 dohy

DotHyphen 的命令行界面,一个简单的 ASCII 到摩尔斯电码和反向转换器

5 个版本 (1 个稳定版)

1.0.0 2023 年 10 月 8 日
0.2.2 2023 年 9 月 30 日
0.2.1 2023 年 8 月 19 日
0.2.0 2023 年 3 月 24 日
0.1.0 2023 年 2 月 26 日

#768 in 命令行工具

每月 26 次下载

MIT 许可证

15KB
196 代码行

DoHy

DotHyphen 的命令行界面。

DotHyphen 是一个基于 Rust 开发的,简单的 ASCII 到摩尔斯电码和反向转换器。

用法

从源代码,使用 cargo

dohy~ cargo run -- --translate "Hello world" --output morse # Should print: .... . .-.. .-.. --- / .-- --- .-. .-.. -.
dohy~ cargo run -- --translate ".... . .-.. .-.. --- / .-- --- .-. .-.. -." --output ascii # Should print: hello world

使用二进制文件

~ dohy --translate "Hello world" --output morse # Should print: .... . .-.. .-.. --- / .-- --- .-. .-.. -..
~ dohy --translate --translate ".... . .-.. .-.. --- / .-- --- .-. .-.. -." --output ascii # Should print: hello world

贡献

DoHySamuel 的一部分,Samuel 是一个专注于学习如何使用 Rust 构建可以从其他语言和多个环境中使用的 crate 的项目。

请阅读 贡献指南贡献文档 以贡献到 DoHy

此外,您可以使用 SamuelGithub 讨论区

所有帮助都将受到赞赏。

依赖项

~1.2–1.8MB
~34K SLoC