Skip to content

Commit

Permalink
(automated) deploy from commit 6da9e65
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tiny-kirin committed Jun 1, 2024
1 parent 6d108f4 commit d90d7ff
Show file tree
Hide file tree
Showing 82 changed files with 1,290 additions and 114 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.

12 changes: 12 additions & 0 deletions src/wiwi/lib.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@
<a href="#196" id="196">196</a>
<a href="#197" id="197">197</a>
<a href="#198" id="198">198</a>
<a href="#199" id="199">199</a>
<a href="#200" id="200">200</a>
<a href="#201" id="201">201</a>
<a href="#202" id="202">202</a>
<a href="#203" id="203">203</a>
<a href="#204" id="204">204</a>
</pre></div><pre class="rust"><code><span class="attr">#![cfg_attr(docsrs, feature(doc_cfg))]

#![doc = <span class="macro">include_str!</span>(<span class="string">"../README.md"</span>)]
Expand Down Expand Up @@ -228,6 +234,7 @@
#![cfg_attr(all(feature = <span class="string">"lazy-wrap"</span>), doc = <span class="string">"- `lazy-wrap`" </span>)]
#![cfg_attr(all(feature = <span class="string">"lsl-unstable"</span>), doc = <span class="string">"- `lsl` (unstable)" </span>)]
#![cfg_attr(all(feature = <span class="string">"memory-usage-unstable"</span>), doc = <span class="string">"- `memory-usage` (unstable)"</span>)]
#![cfg_attr(all(feature = <span class="string">"minesweeper-unstable"</span>), doc = <span class="string">"- `minesweeper` (unstable)" </span>)]
#![cfg_attr(all(feature = <span class="string">"path-unstable"</span>), doc = <span class="string">"- `path` (unstable)" </span>)]
#![cfg_attr(all(feature = <span class="string">"serialiser-unstable"</span>), doc = <span class="string">"- `serialiser` (unstable)" </span>)]
#![cfg_attr(all(feature = <span class="string">"string-pool-unstable"</span>), doc = <span class="string">"- `string-pool` (unstable)" </span>)]
Expand Down Expand Up @@ -262,6 +269,7 @@
not(feature = <span class="string">"lazy-wrap"</span>),
not(feature = <span class="string">"lsl-unstable"</span>),
not(feature = <span class="string">"memory-usage-unstable"</span>),
not(feature = <span class="string">"minesweeper-unstable"</span>),
not(feature = <span class="string">"path-unstable"</span>),
not(feature = <span class="string">"serialiser-unstable"</span>),
not(feature = <span class="string">"string-pool-unstable"</span>),
Expand Down Expand Up @@ -354,6 +362,10 @@
#[cfg_attr(docsrs, doc(cfg(feature = <span class="string">"memory-usage-unstable"</span>)))]
</span><span class="kw">pub mod </span>memory_usage;

<span class="attr">#[cfg(feature = <span class="string">"minesweeper-unstable"</span>)]
#[cfg_attr(docsrs, doc(cfg(feature = <span class="string">"minesweeper-unstable"</span>)))]
</span><span class="kw">pub mod </span>minesweeper;

<span class="attr">#[cfg(feature = <span class="string">"path-unstable"</span>)]
#[cfg_attr(docsrs, doc(cfg(feature = <span class="string">"path-unstable"</span>)))]
</span><span class="kw">pub mod </span>path;
Expand Down
Loading

0 comments on commit d90d7ff

Please sign in to comment.