1
0
mirror of https://github.com/jht5945/rust_util.git synced 2025-12-27 15:40:03 +08:00

add read_to_bytes

This commit is contained in:
2020-01-12 22:19:14 +08:00
parent 53747a2337
commit 0e0714f7cd
2 changed files with 8 additions and 1 deletions

View File

@@ -1,10 +1,11 @@
[package]
name = "rust_util"
version = "0.2.0"
version = "0.2.1"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
description = "Hatter's Rust Util"
license = "MIT"
readme = "README.md"
[dependencies]
libc = "0.2.65"