-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (41 loc) · 1.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rüstigraben</title>
<style type="text/css">
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
color: #444;
padding: 0 10px;
}
h1, h2, h3 {
line-height: 1.2;
}
</style>
</head>
<body>
<header>
<h1>Rüstigraben</h1>
<p>Bridging the gap between Rust and Java</p>
</header>
<h2>Our goal</h2>
<p>To provide tooling infrastructure for running Rust code on GraalVM.</p>
<h2>The name</h2>
<p>
The name <em>Rüstigraben</em> is derived from the Swiss word <a href="https://en.wikipedia.org/wiki/R%C3%B6stigraben"><em>Röstigraben</em></a> (pronounced [ˈrøːʃtiˌɡrabə]).
In Swiss culture, it refers to the border between the German- and French-speaking parts of Switzerland.
More abstractly, it also represents their cultural differences.
Same for Rust (or LLVM) and Java.
</p>
<h2>Projects</h2>
<dl>
<dt><a href="https://github.com/ruestigraben/ruesti-base">ruesti-base</a></dt>
<dd>Base library for Rüstigraben</dd>
</dl>
</body>
</html>