File: index.html

package info (click to toggle)
rust-az 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 324 kB
  • sloc: makefile: 4
file content (17 lines) | stat: -rw-r--r-- 697 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
  <head>
    <title>Numeric casts</title>
  </head>
  <body>
    <div style="margin-right: auto; margin-left: auto; max-width: 600px;">
      <h1>Numeric casts</h1>
      <p>The <a href="https://crates.io/crates/az"><i>az</i> crate</a> provides casts and checked casts. Here you can find the documentation for the <a href="https://gitlab.com/tspiteri/az">current development version</a> of the crate.</p>
      <h2>Documentation</h2>
      <ul>
	<li><a href="dev/az/index.html">Documentation for the current development version.</a></li>
	<li><a href="https://docs.rs/az">Documentation for the published versions.</a></li>
      </ul>
    </div>
  </body>
</html>