Docs.rs
fit-rust-0.1.8
fit-rust 0.1.8
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
zzyandzzy
Dependencies
binrw ^0.13.0
normal
copyless ^0.1.5
normal
paste ^1.0
normal
Versions
2.7%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
fit_
rust
0.1.8
In fit_
rust::
protocol::
io
Functions
arr4
read_i16
read_i32
read_i64
read_i8
read_u16
read_u16_arr
read_u32
read_u32_arr
read_u64
read_u8
read_u8_arr
skip_bytes
write_bin
fit_rust
::
protocol
::
io
Function
read_u32
Copy item path
Settings
Help
Summary
Source
pub fn read_u32<R>(map:
&mut R
, endian:
Endian
) ->
u32
where R:
Read
,