gluon 0.13.1

A static, type inferred programming language for application embedding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//@NO-IMPLICIT-PRELUDE
//! Bindings for rust-lang/regex

let { Match, eq_Match, show_Match } = import! std.regex.types
let regex_prim @ { Regex, Error  } = import! std.regex.prim

{
    Match,
    Regex,
    Error,

    eq_Match,
    show_Match,
    ..
    regex_prim
}