blob: 56f0b17a2adf0c5b94f82d739a9645ae04f2f9e4 (
plain) (
blame)
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
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link href="/svg/favicon.svg" rel="icon" type="image/svg+xml">
<title id="title">bzipper</title>
<link href="/css/main.css" rel="stylesheet">
</head>
<body class="bzipper" id="body">
<!--#include virtual="/shtml/navigationBar.shtml"-->
<div id="frontPage">
<img id="glyph" src="/svg/glyph/bzipper.svg">
</div>
<div id="content">
<p id="contentHeading">bzipper</p>
<section>
<p><em>bzipper</em> is a Rust crate for serialisation and deserialisation of binary streams.</p>
<br>
<p>See more at <span class="code"><a href="https://crates.io/crates/bzipper/">crates.io</a></span>.</p>
</section>
<section>
<p class="heading">Docs</p>
<p>See <a href="https://docs.rs/pollex/latest/pollex/"><span class="code">docs.rs</span></a> for documentation.</p>
</section>
<!--#include virtual="/shtml/cloneNotice.shtml"-->
</div>
<!--#include virtual="/shtml/initScripts.shtml"-->
</body>
</html>
|