1 个不稳定版本
使用旧的 Rust 2015
0.1.0 | 2016 年 5 月 7 日 |
---|
#12 在 #addr
11KB
254 行
Linux::Ip::Addr
此工具可解析 Linux ip 工具的输出
它允许从解析输出生成 ip 命令以重新生成。
它支持 Ruby 和 Rust
安装
将此行添加到您的应用程序的 Gemfile 中
gem 'linux-ip-addr'
然后执行
$ bundle
或自行安装
$ gem install linux-ip-addr
用法
TODO: 在此处编写使用说明
贡献
- 分叉它 ( https://github.com/[my-github-username]/linux-ip-addr/fork )
- 创建您的功能分支 (
git checkout -b my-new-feature
) - 提交您的更改 (
git commit -am 'Add some feature'
) - 推送到分支 (
git push origin my-new-feature
) - 创建新的 Pull Request
依赖项
~4MB
~78K SLoC