Skip to content

Commit

Permalink
Deploying to gh-pages from @ 036e267 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Virv12 committed Nov 13, 2024
1 parent 2a7452a commit b738cc3
Show file tree
Hide file tree
Showing 164 changed files with 644 additions and 626 deletions.
4 changes: 2 additions & 2 deletions search-index.js

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions src/task_maker_exec/sandbox.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,8 @@
<a href="#680" id="680">680</a>
<a href="#681" id="681">681</a>
<a href="#682" id="682">682</a>
<a href="#683" id="683">683</a>
<a href="#684" id="684">684</a>
</pre></div><pre class="rust"><code><span class="doccomment">//! This mod contains the sandbox-related code. It interfaces with tabox creating the sandbox setup
//! (directories and configuration) for an execution.

Expand Down Expand Up @@ -1285,8 +1287,10 @@
<span class="kw">use </span>std::collections::HashMap;
<span class="kw">use </span>std::path::Path;

<span class="kw">use </span>tabox::configuration::{DirectoryMount, SandboxConfiguration};
<span class="kw">use </span>tabox::syscall_filter::SyscallFilterAction;
<span class="attr">#[cfg(not(target_os = <span class="string">"macos"</span>))]
</span><span class="kw">use </span>tabox::configuration::{DirectoryMount, SandboxConfiguration};
<span class="attr">#[cfg(not(target_os = <span class="string">"macos"</span>))]
</span><span class="kw">use </span>tabox::syscall_filter::SyscallFilterAction;

<span class="kw">use </span>task_maker_dag::{Execution, ExecutionCommand};

Expand Down
2 changes: 1 addition & 1 deletion task_maker_cache/struct.Cache.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!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="Handle the cached executions, loading and storing them to disk."><title>Cache in task_maker_cache - Rust</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-492a78a4a87dcc01.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="task_maker_cache" data-themes="" data-resource-suffix="" data-rustdoc-version="1.82.0 (f6e511eec 2024-10-15)" data-channel="1.82.0" data-search-js="search-a99f1315e7cc5121.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../static.files/storage-118b08c4c78b968e.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-921df33f47b8780c.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-3b12f09e550e0385.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 struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../task_maker_cache/index.html">task_<wbr>maker_<wbr>cache</a><span class="version">0.6.3</span></h2></div><h2 class="location"><a href="#">Cache</a></h2><div class="sidebar-elems"><section><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.get">get</a></li><li><a href="#method.insert">insert</a></li><li><a href="#method.is_cacheable">is_cacheable</a></li><li><a href="#method.new">new</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-Debug-for-Cache">Debug</a></li><li><a href="#impl-Drop-for-Cache">Drop</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-Freeze-for-Cache">Freeze</a></li><li><a href="#impl-RefUnwindSafe-for-Cache">RefUnwindSafe</a></li><li><a href="#impl-Send-for-Cache">Send</a></li><li><a href="#impl-Sync-for-Cache">Sync</a></li><li><a href="#impl-Unpin-for-Cache">Unpin</a></li><li><a href="#impl-UnwindSafe-for-Cache">UnwindSafe</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block blanket-implementation"><li><a href="#impl-Any-for-T">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-T">Borrow&#60;T&#62;</a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T">BorrowMut&#60;T&#62;</a></li><li><a href="#impl-From%3CT%3E-for-T">From&#60;T&#62;</a></li><li><a href="#impl-Into%3CU%3E-for-T">Into&#60;U&#62;</a></li><li><a href="#impl-IntoEither-for-T">IntoEither</a></li><li><a href="#impl-TryFrom%3CU%3E-for-T">TryFrom&#60;U&#62;</a></li><li><a href="#impl-TryInto%3CU%3E-for-T">TryInto&#60;U&#62;</a></li><li><a href="#impl-VZip%3CV%3E-for-T">VZip&#60;V&#62;</a></li></ul></section><h2><a href="index.html">In crate task_<wbr>maker_<wbr>cache</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Struct <a href="index.html">task_maker_cache</a>::<wbr><a class="struct" href="#">Cache</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../src/task_maker_cache/lib.rs.html#106-109">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub struct Cache { <span class="comment">/* private fields */</span> }</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Handle the cached executions, loading and storing them to disk.</p>
</div></details><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Cache" class="impl"><a class="src rightside" href="../src/task_maker_cache/lib.rs.html#124-215">source</a><a href="#impl-Cache" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Cache.html" title="struct task_maker_cache::Cache">Cache</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.new" class="method"><a class="src rightside" href="../src/task_maker_cache/lib.rs.html#127-135">source</a><h4 class="code-header">pub fn <a href="#method.new" class="fn">new</a>&lt;P: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.82.0/std/path/struct.PathBuf.html" title="struct std::path::PathBuf">PathBuf</a>&gt;&gt;(cache_dir: P) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="struct.Cache.html" title="struct task_maker_cache::Cache">Cache</a>, <a class="struct" href="https://docs.rs/anyhow/1.0.89/anyhow/struct.Error.html" title="struct anyhow::Error">Error</a>&gt;</h4></section></summary><div class="docblock"><p>Make a new <code>Cache</code> stored in the specified cache directory. Returns an error if the cache
</div></details><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Cache" class="impl"><a class="src rightside" href="../src/task_maker_cache/lib.rs.html#124-215">source</a><a href="#impl-Cache" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Cache.html" title="struct task_maker_cache::Cache">Cache</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.new" class="method"><a class="src rightside" href="../src/task_maker_cache/lib.rs.html#127-135">source</a><h4 class="code-header">pub fn <a href="#method.new" class="fn">new</a>&lt;P: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.82.0/std/path/struct.PathBuf.html" title="struct std::path::PathBuf">PathBuf</a>&gt;&gt;(cache_dir: P) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="struct.Cache.html" title="struct task_maker_cache::Cache">Cache</a>, <a class="struct" href="https://docs.rs/anyhow/1.0.93/anyhow/struct.Error.html" title="struct anyhow::Error">Error</a>&gt;</h4></section></summary><div class="docblock"><p>Make a new <code>Cache</code> stored in the specified cache directory. Returns an error if the cache
directory cannot be created.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.insert" class="method"><a class="src rightside" href="../src/task_maker_cache/lib.rs.html#140-157">source</a><h4 class="code-header">pub fn <a href="#method.insert" class="fn">insert</a>(
&amp;mut self,
Expand Down
Loading

0 comments on commit b738cc3

Please sign in to comment.