Skip to main content

Crate dynamic

Crate dynamic 

Source

Re-exports§

pub use json::FromJson;
pub use json::ToJson;

Modules§

json

Macros§

assert_err
assert_ok
list
map

Structs§

CustomValue
FixVec
Iter
MyVec
StructBytes
ZOnce

Enums§

ConstIntOp
Dynamic
DynamicErr
Type

Traits§

CustomProperty
MsgPack
MsgUnpack

Functions§

call_fn
f16_to_f64
IEEE 754 half-precision bits -> f64. Delegates to half::f16 for proper signaling NaN, subnormal, and rounding semantics.
f64_to_f16
f64 -> IEEE 754 half-precision bits, via half::f16.
has_fault
是否已经发生过运行期错误(不清空)。
set_dynamic_return_handler
set_fault
记录一次运行期错误。只保留第一个原因(最早发生的错误信息最有用)。
take_fault
读取并清空当前线程的运行期错误标志。

Type Aliases§

RwLock
A reader-writer lock