Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Examples

File.rs

This example shows how to use BinaryReader to read a file.

The structure of file.bin is in order of:

c-string: Hello, world!
i64: -1
u32: 123456789
f64: 3.141592653589793
f32: 1234.56