Jazz Module Map
env
current_dir (_: ())
⇒
current_exe (_: ())
⇒
remove_var (var: String )
⇒
set_current_dir (path: String)
⇒
set_var ((k, v): (String, String))
⇒
var (k: String)
⇒
vars (_: ())
⇒
tera
new
⇒
diff
compare_strings ((left, right): (String, String))
⇒
compare_files ((left, right): (String, String))
⇒
time
now (_: ())
⇒
new (s: String)
⇒
case
new (text: String)
⇒
yaml
to_table (text: String)
⇒
from_table (value: LuaValue)
⇒
memory
new (_: ())
⇒
math
acos (num)
⇒
acosf (num)
⇒
asin (num)
⇒
asinf (num)
⇒
atan (num)
⇒
atan2 ((num0, num1))
⇒
atan2f ((num0, num1))
⇒
atanf (num)
⇒
cbrt (num)
⇒
cbrtf (num)
⇒
ceil (num)
⇒
ceilf (num)
⇒
cos (num)
⇒
cosf (num)
⇒
cosh (num)
⇒
coshf (num)
⇒
exp (num)
⇒
exp2 (num)
⇒
exp2f (num)
⇒
expf (num)
⇒
expm1 (num)
⇒
expm1f (num)
⇒
fabs (num)
⇒
fabsf (num)
⇒
fdim ((n0, n1))
⇒
fdimf ((n0, n1))
⇒
floor (num)
⇒
floorf (num)
⇒
fma ((n0, n1, n2))
⇒
fmaf ((n0, n1, n2))
⇒
fmod ((n0, n1))
⇒
fmodf ((n0, n1))
⇒
hypot ((n0, n1))
⇒
hypotf ((n0, n1))
⇒
log (num)
⇒
log2 (num)
⇒
log10 (num)
⇒
log10f (num)
⇒
log1p (num)
⇒
log1pf (num)
⇒
log2f (num)
⇒
logf (num)
⇒
pow ((n0, n1))
⇒
powf ((n0, n1))
⇒
round (num)
⇒
roundf (num)
⇒
scalbn ((n0, n1))
⇒
scalbnf ((n0, n1))
⇒
sin (num)
⇒
sinf (num)
⇒
sinh (num)
⇒
sinhf (num)
⇒
sqrt (num)
⇒
sqrtf (num)
⇒
tan (num)
⇒
tanf (num)
⇒
tanh (num)
⇒
tanhf (num)
⇒
trunc (num)
⇒
truncf (num)
⇒
xz
decompress (file: (String))
⇒
mime
get_mime_type (ext: String)
⇒
guess_mime_type (path: String)
⇒
ipv6
new (ip: String)
⇒
from_table (ip: Vec<u16>)
⇒
dirs
home (_: ())
⇒
audio (_: ())
⇒
config (_: ())
⇒
cache (_: ())
⇒
data (_: ())
⇒
data_local (_: ())
⇒
executable (_: ())
⇒
runtime (_: ())
⇒
desktop (_: ())
⇒
document (_: ())
⇒
download (_: ())
⇒
font (_: ())
⇒
picture (_: ())
⇒
public (_: ())
⇒
template (_: ())
⇒
video (_: ())
⇒
path
empty (_: ())
⇒
new (path: String)
⇒
regex
new (expr: String)
⇒
capture_all ((expr, val): (String, String) )
⇒
zip
decompress ((src, dst): (String, String))
⇒
stringset
create
⇒
from_table
⇒
tar
decompress ((src, dst): (String, String))
⇒
decompress_buf ((data, dst): (ByteBuf, String))
⇒
process
exit (code: i32)
⇒
abort (_: ())
⇒
id (_: ())
⇒
fs
open
⇒
canonicalize (path: String)
⇒
create_dir ((path, all): (String, Option<bool>))
⇒
entries (path: String)
⇒
read_dir (path: String)
⇒
read_file (path: String)
⇒
chdir (path: String)
⇒
current_dir (_:())
⇒
exists (path: String)
⇒
is_file (path: String)
⇒
is_dir (path: String)
⇒
symlink ((src_path, symlink_dest): (String, String))
⇒
remove_dir ((path, all): (String, Option<bool>))
⇒
touch (path: String)
⇒
copy_file ((src, dest): (String, String))
⇒
copy_dir ((src, dest): (String, String))
⇒
metadata (path: String)
⇒
command
new ((name, args): (String, Option<Vec<String>>))
⇒
uuid
v4
⇒
check
⇒
_G
_log
error (args: _)
⇒
warn (args: _)
⇒
info (args: _)
⇒
debug (args: _)
⇒
trace (args: _)
⇒
json
to_table (text: String)
⇒
from_table (value: LuaValue)
⇒
ipv4
new (ip: String)
⇒
from_table (ip: Vec<u8>)
⇒
base64
encode (text: String)
⇒
decode (text: String)
⇒
ulid
new (_: ())
⇒