Docs.rs
rekt-common-0.1.2
rekt-common 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
crates.io
Source
Owners
GuicLuca
Dependencies
log ^0.4.20
normal
cbindgen ^0.26.0
build
Versions
4.66%
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
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
rekt_
common
0.1.2
Module utils
Module Items
Functions
In rekt_
common::
libs
rekt_common
::
libs
Module
utils
Copy item path
Source
Functions
ยง
diff_
hashsets
This method return a tuple off two vec containing added and removed values.
get_
bytes_
from_
slice
===================================* * Array/vec/set manipulators * * *===================================== This functions return a bytes slice according to the given bounds. FROM and TO are include in the returned slice.
get_
u16_
at_
pos
This method is an helper to find an u16 at position in a buffer of u8
get_
u32_
at_
pos
This method is an helper to find an u32 at position in a buffer of u8
get_
u64_
at_
pos
This method is an helper to find an u64 at position in a buffer of u8
u8_
to_
vec_
be
This method return the bitfield image of the given u8.
vec_
to_
u8
This method return the u8 image of the given bitfields. The bitfield must be in little endian