typedstream:纯 Ruby 类型流解析器

时间:2021-06-21 18:02:33
【文件属性】:
文件名称:typedstream:纯 Ruby 类型流解析器
文件大小:11KB
文件格式:ZIP
更新时间:2021-06-21 18:02:33
Ruby 类型流 用 Ruby 解析 Apple 的 typedstream 数据序列化格式。 __ 这是正在开发的项目! __ 安装 将此行添加到应用程序的 Gemfile 中: gem 'typedstream' 然后执行: $ bundle 或者自己安装: $ gem install typedstream 用法 obj = Typedstream :: Parser . parse ( blob ) 贡献 分叉它( ) 创建您的功能分支( git checkout -b my-new-feature ) 提交您的更改( git commit -am 'Add some feature' ) 推送到分支( git push origin my-new-feature ) 创建一个新的拉取请求
【文件预览】:
typedstream-master
----.travis.yml(30B)
----tools()
--------archiver.swift(1KB)
----Rakefile(118B)
----typedstream.gemspec(1007B)
----LICENSE(1KB)
----Gemfile(96B)
----.rspec(31B)
----spec()
--------typedstream_spec.rb(2KB)
--------spec_helper.rb(81B)
--------fixtures()
----.gitignore(133B)
----lib()
--------typedstream()
--------typedstream.rb(110B)
----README.md(652B)

网友评论