Crate kx_utils

Source

Modules§

experimental

Macros§

marker
Defines a marker type with Clone, Copy, Debug, [Display] nad PartialEq.
newtype
Defines a new type that wraps another type.
s
Converts the parameter into a String by calling .to_string().