Docs.rs
cn-font-utils-0.2.0
cn-font-utils 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
KonghaYao
Dependencies
Versions
44.44%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
read_binary_file
cn_
font_
utils
0.2.0
cn_font_utils
Function
read_
binary_
file
Copy item path
Source
pub fn read_binary_file(file_path: &
str
) ->
Result
<
Vec
<
u8
>>
Expand description
读取指定路径的完成二进制文件,并返回 Vec
。