graphix-package-sys 0.9.0

A dataflow language for UIs and network programming, sys package
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod io;
mod fs;
mod tcp;
mod tls;
mod time;
mod net;
mod dirs;

/// the command line arguments. argv[0] is the script file.
val args: fn() -> Array<string>;

/// join parts to path using the OS specific path separator
val join_path: fn(path: string, @args: [string, Array<string>]) -> string;