taskers-control 0.7.0

Control protocol and local socket transport for taskers.
Documentation
1
2
3
4
5
use std::path::PathBuf;

pub fn default_socket_path() -> PathBuf {
    taskers_paths::default_socket_path()
}