Module bits
mz_ore
0.1.0
Module bits
Module Items
Functions
In crate mz_
ore
Modules
assert
bits
bytes
cast
channel
cli
collections
env
error
fmt
future
graph
hash
hint
id_gen
iter
lex
lgbytes
metrics
netio
now
num
option
overflowing
panic
path
permutations
process
region
result
retry
serde
stack
stats
str
task
test
thread
time
tracing
url
vec
Macros
assert_contains
assert_err
assert_none
assert_ok
exit
halt
metric
soft_assert_eq_no_log
soft_assert_eq_or_log
soft_assert_ne_no_log
soft_assert_ne_or_log
soft_assert_no_log
soft_assert_or_log
soft_panic_no_log
soft_panic_or_log
Attribute Macros
instrument
static_list
test
mz_ore
Module
bits
Copy item path
Settings
Help
Summary
Source
Expand description
Utilities for bit and byte manipulation
Functions
§
align_
up
Increases
p
as little as possible (including possibly 0) such that it becomes a multiple of
N
.