Skip to content

Commit 2bcf7d2

Browse files
committed
Deploying to gh-pages from @ 99c517a 🚀
0 parents  commit 2bcf7d2

File tree

99 files changed

+2194
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+2194
-0
lines changed

.lock

Whitespace-only changes.

axallocator/all.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="List of all items in this crate"><title>List of all items in this crate</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-b7b9f40b.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="axallocator" data-themes="" data-resource-suffix="" data-rustdoc-version="1.95.0-nightly (3a70d0349 2026-02-27)" data-channel="nightly" data-search-js="search-63369b7b.js" data-stringdex-js="stringdex-b897f86f.js" data-settings-js="settings-170eb4bf.js" ><script src="../static.files/storage-41dd4d93.js"></script><script defer src="../static.files/main-5013f961.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-f7c3ffd8.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-044be391.svg"></head><body class="rustdoc mod sys"><a class="skip-main-content" href="#main-content">Skip to main content</a><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">All</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../axallocator/index.html">axallocator</a><span class="version">0.2.0</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h3><a href="#structs">Crate Items</a></h3><ul class="block"><li><a href="#structs" title="Structs">Structs</a></li><li><a href="#enums" title="Enums">Enums</a></li><li><a href="#traits" title="Traits">Traits</a></li><li><a href="#types" title="Type Aliases">Type Aliases</a></li></ul></section><div id="rustdoc-modnav"></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content" tabindex="-1"><div class="main-heading"><h1>List of all items</h1><rustdoc-toolbar></rustdoc-toolbar></div><h3 id="structs">Structs</h3><ul class="all-items"><li><a href="struct.AllocatorRc.html">AllocatorRc</a></li><li><a href="struct.BitmapPageAllocator.html">BitmapPageAllocator</a></li><li><a href="struct.BuddyByteAllocator.html">BuddyByteAllocator</a></li><li><a href="struct.SlabByteAllocator.html">SlabByteAllocator</a></li><li><a href="struct.TlsfByteAllocator.html">TlsfByteAllocator</a></li></ul><h3 id="enums">Enums</h3><ul class="all-items"><li><a href="enum.AllocError.html">AllocError</a></li></ul><h3 id="traits">Traits</h3><ul class="all-items"><li><a href="trait.BaseAllocator.html">BaseAllocator</a></li><li><a href="trait.ByteAllocator.html">ByteAllocator</a></li><li><a href="trait.IdAllocator.html">IdAllocator</a></li><li><a href="trait.PageAllocator.html">PageAllocator</a></li></ul><h3 id="types">Type Aliases</h3><ul class="all-items"><li><a href="type.AllocResult.html">AllocResult</a></li></ul></section></div></main></body></html>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="refresh" content="0;URL=../../axallocator/struct.AllocatorRc.html">
5+
<title>Redirection</title>
6+
</head>
7+
<body>
8+
<p>Redirecting to <a href="../../axallocator/struct.AllocatorRc.html">../../axallocator/struct.AllocatorRc.html</a>...</p>
9+
<script>location.replace("../../axallocator/struct.AllocatorRc.html" + location.search + location.hash);</script>
10+
</body>
11+
</html>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="refresh" content="0;URL=../../axallocator/struct.BitmapPageAllocator.html">
5+
<title>Redirection</title>
6+
</head>
7+
<body>
8+
<p>Redirecting to <a href="../../axallocator/struct.BitmapPageAllocator.html">../../axallocator/struct.BitmapPageAllocator.html</a>...</p>
9+
<script>location.replace("../../axallocator/struct.BitmapPageAllocator.html" + location.search + location.hash);</script>
10+
</body>
11+
</html>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="refresh" content="0;URL=../../axallocator/struct.BuddyByteAllocator.html">
5+
<title>Redirection</title>
6+
</head>
7+
<body>
8+
<p>Redirecting to <a href="../../axallocator/struct.BuddyByteAllocator.html">../../axallocator/struct.BuddyByteAllocator.html</a>...</p>
9+
<script>location.replace("../../axallocator/struct.BuddyByteAllocator.html" + location.search + location.hash);</script>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)