文件名称:crunch:轻松地取出字节bytes
文件大小:102KB
文件格式:ZIP
更新时间:2024-06-04 15:01:05
bit-manipulation byte-manipulation Go
紧缩 一个用于轻松处理golang中的位和字节的库 | | | 特征 功能丰富:支持读写大小不等的大小整数 performant :执行速度是标准库bytes.Buffer的bytes.Buffer 简单熟悉:具有一致且易于使用的api 根据mpl-2.0许可:可以在任何您希望的地方使用它,只是不要私下更改它 安装 使用go工具安装 $ go get github.com/superwhiskers/crunch/v3 然后,将其像这样导入到您的项目中即可。 简单的! package "yourpackage" import crunch "github.com/superwhiskers/crunch/v3" 使用git子模块安装(不推荐) # this assumes that you are in a git repository $ git submodule ad
【文件预览】:
crunch-master
----.travis.yml(295B)
----v3()
--------lib.go(410B)
--------minibuf_test.go(31KB)
--------_buffer.go(11KB)
--------errors_test.go(633B)
--------minibuf.generated.go(34KB)
--------errors.go(2KB)
--------stdbytebuffer_test.go(1KB)
--------buffer_test.go(44KB)
--------testutils_test.go(881B)
--------Makefile(1024B)
--------go.sum(167B)
--------_minibuf.go(10KB)
--------buffer.generated.go(39KB)
--------LICENSE.txt(16KB)
--------go.mod(92B)
----readme.md(5KB)
----.github()
--------cookie.png(25KB)
----v2()
--------minibuf_test.go(21KB)
--------errors_test.go(633B)
--------errors.go(2KB)
--------minibuf.go(21KB)
--------stdbytebuffer_test.go(963B)
--------buffer_test.go(26KB)
--------testutils_test.go(881B)
--------crunch.go(410B)
--------go.sum(167B)
--------utils.go(431B)
--------buffer.go(24KB)
--------go.mod(92B)
----flake.nix(389B)
----flake.lock(974B)
----v1()
--------minibuf_test.go(17KB)
--------errors_test.go(633B)
--------errors.go(2KB)
--------minibuf.go(13KB)
--------stdbytebuffer_test.go(963B)
--------buffer_test.go(18KB)
--------testutils_test.go(881B)
--------crunch.go(1KB)
--------go.sum(167B)
--------utils.go(431B)
--------buffer.go(14KB)
--------go.mod(92B)
----examples()
--------signed-integers()
--------floating-point()
--------helloworld()
----.gitignore(9B)
----generation()
--------main.go(2KB)
--------complex.go(17KB)
--------.gitignore(11B)
--------go.sum(167B)
--------go.mod(100B)
----.envrc(10B)
----LICENSE.txt(16KB)