my

Modules

actor
module my.actor
alloc
module my.alloc
container
module my.container
cstring
module my.cstring

Helper functions for working with C strings.

deref
module my.deref
file
module my.file
filter
module my.filter
from_
module my.from_
fsm
module my.fsm
fswatch
module my.fswatch
gc
module my.gc
hash
module my.hash
libc
module my.libc
named_type
module my.named_type
optional
module my.optional
parse
module my.parse
path
module my.path
process
module my.process
random
module my.random
range
module my.range
resource
module my.resource
semver
module my.semver
set
module my.set
signal_theory
module my.signal_theory
stat
module my.stat
sumtype
module my.sumtype
term_color
module my.term_color
test
module my.test
timer
module my.timer
tty
module my.tty
unix
module my.unix
xdg
module my.xdg

Public Imports

my.cstring
public import my.cstring;
my.deref
public import my.deref;
my.file
public import my.file;
my.filter
public import my.filter;
my.from_
public import my.from_;
my.fsm
public import my.fsm;
my.fswatch
public import my.fswatch;
my.gc
public import my.gc;
my.hash
public import my.hash;
my.parse
public import my.parse;
my.path
public import my.path;
my.range
public import my.range;
my.semver
public import my.semver;
my.set
public import my.set;
my.stat
public import my.stat;
my.xdg
public import my.xdg;

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)