blob: 2caa40b225b2d7a4e11909ea9f7c4ccd5e357e2b (
plain)
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
|
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title>Rust features</title>
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class=header>
<div class=left><h1>Rust features</h1></div>
<input id=search autocomplete=off tabindex=4>
<noscript>
With JavaScript you get a search box here.
<style>
#search { display: none; }
</style>
</noscript>
<script src=script.js></script>
<div class=right></div>
</div>
<div style="clear: both"></div>
page generated by <a tabindex=1 target=_blank href="https://push-f.com/">push-f</a>
from the <a tabindex=2 target=_blank href="https://github.com/jplatte/caniuse.rs">caniuse.rs dataset</a>
|