3 个版本

0.0.3 2019 年 6 月 18 日
0.0.2 2019 年 6 月 14 日
0.0.1 2019 年 6 月 14 日

#23 in #programmatically

30 每月下载量

自定义许可

18KB
470

macos-open

一种简单的方式来以编程方式使用 /usr/bin/open 的功能。

这是一个围绕 Core Foundation、Launch Services 和 File Metadata 框架的包装器。

欢迎贡献。

tl;dr

只需这样使用

use macos_open::open;

open("http://www.example.com/");

lib.rs:

一种简单的方式来以编程方式使用 /usr/bin/open 的功能。这是一个围绕 Core Foundation、Launch Services 和 File Metadata 框架的包装器。

依赖关系

~4MB
~107K SLoC