Skip to content

Commit

Permalink
(automated) deploy from commit 2523f5f
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tiny-kirin committed Aug 2, 2024
1 parent 83550da commit 1b1b317
Show file tree
Hide file tree
Showing 26 changed files with 305 additions and 67 deletions.
2 changes: 1 addition & 1 deletion search-index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search.desc/wiwi/wiwi-desc-0-.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src-files.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions src/wiwi/lib.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,15 @@
<a href="#388" id="388">388</a>
<a href="#389" id="389">389</a>
<a href="#390" id="390">390</a>
<a href="#391" id="391">391</a>
<a href="#392" id="392">392</a>
<a href="#393" id="393">393</a>
<a href="#394" id="394">394</a>
<a href="#395" id="395">395</a>
<a href="#396" id="396">396</a>
<a href="#397" id="397">397</a>
<a href="#398" id="398">398</a>
<a href="#399" id="399">399</a>
</pre></div><pre class="rust"><code><span class="attr">#![cfg_attr(feature = <span class="string">"nightly"</span>, feature(cfg_overflow_checks))]

#![cfg_attr(feature = <span class="string">"omega-tuples-of-doom"</span>, recursion_limit = <span class="string">"256"</span>)]
Expand Down Expand Up @@ -458,6 +467,7 @@
#![cfg_attr(all(not(any(docsrs, kiwingay)), feature = <span class="string">"path-unstable"</span>), doc = <span class="string">"- `path` (unstable)"</span>)]
#![cfg_attr(all(not(any(docsrs, kiwingay)), feature = <span class="string">"rand"</span>), doc = <span class="string">"- `rand`"</span>)]
#![cfg_attr(all(not(any(docsrs, kiwingay)), feature = <span class="string">"serialiser-binary-unstable"</span>), doc = <span class="string">"- `serialiser-binary` (unstable)"</span>)]
#![cfg_attr(all(not(any(docsrs, kiwingay)), feature = <span class="string">"serialiser-binary-2-unstable"</span>), doc = <span class="string">"- `serialiser-binary-2` (unstable)"</span>)]
#![cfg_attr(all(not(any(docsrs, kiwingay)), feature = <span class="string">"serialiser-text-unstable"</span>), doc = <span class="string">"- `serialiser-text` (unstable)"</span>)]
#![cfg_attr(all(not(any(docsrs, kiwingay)), feature = <span class="string">"string-pool-unstable"</span>), doc = <span class="string">"- `string-pool` (unstable)"</span>)]
#![cfg_attr(all(not(any(docsrs, kiwingay)), feature = <span class="string">"sudoku-unstable"</span>), doc = <span class="string">"- `sudoku` (unstable)"</span>)]
Expand Down Expand Up @@ -494,6 +504,7 @@
not(feature = <span class="string">"path-unstable"</span>),
not(feature = <span class="string">"rand"</span>),
not(feature = <span class="string">"serialiser-binary-unstable"</span>),
not(feature = <span class="string">"serialiser-binary-2-unstable"</span>),
not(feature = <span class="string">"serialiser-text-unstable"</span>),
not(feature = <span class="string">"string-pool-unstable"</span>),
not(feature = <span class="string">"sudoku-unstable"</span>),
Expand Down Expand Up @@ -735,6 +746,13 @@
#[doc = <span class="macro">include_str!</span>(<span class="string">"./serialiser_binary/README.md"</span>)]
</span><span class="kw">pub mod </span>serialiser_binary;

<span class="attr">#[cfg(feature = <span class="string">"serialiser-binary-2-unstable"</span>)]
#[cfg_attr(docsrs, doc(cfg(feature = <span class="string">"serialiser-binary-2-unstable"</span>)))]
</span><span class="doccomment">/// Self describing and stable binary format/serialiser, aiming for small output size (v2)
</span><span class="attr">#[doc = <span class="string">""</span>]
#[doc = <span class="macro">include_str!</span>(<span class="string">"./serialiser_binary_2/README.md"</span>)]
</span><span class="kw">pub mod </span>serialiser_binary_2;

<span class="attr">#[cfg(feature = <span class="string">"serialiser-text-unstable"</span>)]
#[cfg_attr(docsrs, doc(cfg(feature = <span class="string">"serialiser-text-unstable"</span>)))]
</span><span class="doccomment">/// Self describing and stable text format/serialiser, aiming to be easy to read and write by hand
Expand Down
2 changes: 2 additions & 0 deletions src/wiwi/prelude.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
<a href="#111" id="111">111</a>
<a href="#112" id="112">112</a>
<a href="#113" id="113">113</a>
<a href="#114" id="114">114</a>
</pre></div><pre class="rust"><code><span class="doccomment">//! Prelude module, exporting commonly-used types from enabled features

</span><span class="comment">// ----- start autogenerated region (see gen-features script) -----
Expand Down Expand Up @@ -144,6 +145,7 @@
not(feature = <span class="string">"path-unstable"</span>),
not(feature = <span class="string">"rand"</span>),
not(feature = <span class="string">"serialiser-binary-unstable"</span>),
not(feature = <span class="string">"serialiser-binary-2-unstable"</span>),
not(feature = <span class="string">"serialiser-text-unstable"</span>),
not(feature = <span class="string">"string-pool-unstable"</span>),
not(feature = <span class="string">"sudoku-unstable"</span>),
Expand Down
1 change: 1 addition & 0 deletions src/wiwi/serialiser_binary_2/mod.rs.html
Original file line number Diff line number Diff line change
@@ -0,0 +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="Source of the Rust file `src/serialiser_binary_2/mod.rs`."><title>mod.rs - source</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-dd39b87e5fcfba68.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="wiwi" data-themes="meadow" data-resource-suffix="" data-rustdoc-version="1.81.0-nightly (e9e6e2e44 2024-06-28)" data-channel="nightly" data-search-js="search-0fe7219eb170c82e.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../../static.files/storage-118b08c4c78b968e.js"></script><script defer src="../../../static.files/src-script-e66d777a5a92e9b2.js"></script><script defer src="../../../src-files.js"></script><script defer src="../../../static.files/main-20a3ad099b048cf2.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-df360f571f6edeae.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc src"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="src-sidebar-title"><h2>Files</h2></div></nav><div class="sidebar-resizer"></div><main><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="example-wrap"><div data-nosnippet><pre class="src-line-numbers"></pre></div><pre class="rust"><code></code></pre></div></section></main></body></html>
Loading

0 comments on commit 1b1b317

Please sign in to comment.