Crate crystal_server

Crate crystal_server 

Source

Modules§

client
types

Macros§

value
This macro provides a natural way to make a types::Value while making it readable Small sized structures such as i32 will be converted to their bigger supported structure sizes, i64. For integers the type used is i64 For floats, f64 To declare a types::Value::Buffer use a byte-string, such as: ```rust b“content goes here!“