pub fn set_shared_val(name: &str, val: &str)
👎 Deprecated since 0.6.0:

Use Mutex or RwLock instead. They have better APIs than this. Will be removed in 0.7.0

Expand description

Saves a string to a shared value (temp file in /tmp or ~/.cache)

Value must be a string value