sentry 0.13.0

Sentry (getsentry.com) client for rust ;)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<!-- "cargo run" doesn't create index.html in target/doc directory, so we should redirect -->
<html>

<head>
  <title>Sentry Rust</title>
  <meta http-equiv="refresh" content="0; url=./sentry/" />
  <link rel="canonical" href="./sentry/" />
</head>

<body onload="window.location = './sentry/'">
  Redirecting to <a href="./sentry/">./sentry/</a>...
</body>

</html>