Skip to content

Commit 4fcd79e

Browse files
committed
deploy: 2646ac8
1 parent 2f55e58 commit 4fcd79e

File tree

17 files changed

+70
-85
lines changed

17 files changed

+70
-85
lines changed

pr/52/docs/iroh_blobs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ <h3 id="getting-started"><a class="doc-anchor" href="#getting-started">§</a>Get
2929

3030
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>iroh::{protocol::Router, Endpoint};
3131
<span class="kw">use </span>iroh_blobs::net_protocol::Blobs;
32+
<span class="kw">use </span>iroh_blobs::store::traits::Store;
3233

3334
<span class="attr">#[tokio::main]
3435
</span><span class="kw">async fn </span>main() -&gt; anyhow::Result&lt;()&gt; {

pr/52/docs/iroh_blobs/rpc/client/blobs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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="API for blobs management."><title>iroh_blobs::rpc::client::blobs - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Regular-0fe48ade.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" crossorigin href="../../../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../../../static.files/rustdoc-dbdb5eec.css"><meta name="rustdoc-vars" data-root-path="../../../../" data-static-root-path="../../../../static.files/" data-current-crate="iroh_blobs" data-themes="" data-resource-suffix="" data-rustdoc-version="1.85.0-nightly (d10a6823f 2024-11-29)" data-channel="nightly" data-search-js="search-92e6798f.js" data-settings-js="settings-0f613d39.js" ><script src="../../../../static.files/storage-59e33391.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../../../static.files/main-5f194d8c.js"></script><noscript><link rel="stylesheet" href="../../../../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../../../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../../../static.files/favicon-044be391.svg"></head><body class="rustdoc mod"><!--[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="../../../../iroh_blobs/index.html">iroh_<wbr>blobs</a><span class="version">0.31.0</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Module blobs</a></h2><h3><a href="#">Sections</a></h3><ul class="block top-toc"><li><a href="#interacting-with-the-local-blob-store" title="Interacting with the local blob store">Interacting with the local blob store</a><ul><li><a href="#importing-data" title="Importing data">Importing data</a></li><li><a href="#exporting-data" title="Exporting data">Exporting data</a></li></ul></li><li><a href="#interacting-with-remote-nodes" title="Interacting with remote nodes">Interacting with remote nodes</a></li><li><a href="#interacting-with-the-blob-store-itself" title="Interacting with the blob store itself">Interacting with the blob store itself</a><ul><li><a href="#batch-operations" title="Batch operations">Batch operations</a></li></ul></li></ul><h3><a href="#reexports">Module Items</a></h3><ul class="block"><li><a href="#reexports" title="Re-exports">Re-exports</a></li><li><a href="#structs" title="Structs">Structs</a></li><li><a href="#enums" title="Enums">Enums</a></li><li><a href="#types" title="Type Aliases">Type Aliases</a></li></ul></section><div id="rustdoc-modnav"><h2><a href="../index.html">In iroh_<wbr>blobs::<wbr>rpc::<wbr>client</a></h2></div></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"><span class="rustdoc-breadcrumbs"><a href="../../../index.html">iroh_blobs</a>::<wbr><a href="../../index.html">rpc</a>::<wbr><a href="../index.html">client</a></span><h1>Module <span>blobs</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../../../src/iroh_blobs/rpc/client/blobs.rs.html#1-1929">Source</a> </span></div><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>rpc</code></strong> only.</div></span><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>API for blobs management.</p>
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="API for blobs management."><title>iroh_blobs::rpc::client::blobs - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Regular-0fe48ade.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" crossorigin href="../../../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../../../static.files/rustdoc-dbdb5eec.css"><meta name="rustdoc-vars" data-root-path="../../../../" data-static-root-path="../../../../static.files/" data-current-crate="iroh_blobs" data-themes="" data-resource-suffix="" data-rustdoc-version="1.85.0-nightly (d10a6823f 2024-11-29)" data-channel="nightly" data-search-js="search-92e6798f.js" data-settings-js="settings-0f613d39.js" ><script src="../../../../static.files/storage-59e33391.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../../../static.files/main-5f194d8c.js"></script><noscript><link rel="stylesheet" href="../../../../static.files/noscript-893ab5e7.css"></noscript><link rel="alternate icon" type="image/png" href="../../../../static.files/favicon-32x32-6580c154.png"><link rel="icon" type="image/svg+xml" href="../../../../static.files/favicon-044be391.svg"></head><body class="rustdoc mod"><!--[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="../../../../iroh_blobs/index.html">iroh_<wbr>blobs</a><span class="version">0.31.0</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Module blobs</a></h2><h3><a href="#">Sections</a></h3><ul class="block top-toc"><li><a href="#interacting-with-the-local-blob-store" title="Interacting with the local blob store">Interacting with the local blob store</a><ul><li><a href="#importing-data" title="Importing data">Importing data</a></li><li><a href="#exporting-data" title="Exporting data">Exporting data</a></li></ul></li><li><a href="#interacting-with-remote-nodes" title="Interacting with remote nodes">Interacting with remote nodes</a></li><li><a href="#interacting-with-the-blob-store-itself" title="Interacting with the blob store itself">Interacting with the blob store itself</a><ul><li><a href="#batch-operations" title="Batch operations">Batch operations</a></li></ul></li></ul><h3><a href="#reexports">Module Items</a></h3><ul class="block"><li><a href="#reexports" title="Re-exports">Re-exports</a></li><li><a href="#structs" title="Structs">Structs</a></li><li><a href="#enums" title="Enums">Enums</a></li><li><a href="#types" title="Type Aliases">Type Aliases</a></li></ul></section><div id="rustdoc-modnav"><h2><a href="../index.html">In iroh_<wbr>blobs::<wbr>rpc::<wbr>client</a></h2></div></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"><span class="rustdoc-breadcrumbs"><a href="../../../index.html">iroh_blobs</a>::<wbr><a href="../../index.html">rpc</a>::<wbr><a href="../index.html">client</a></span><h1>Module <span>blobs</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../../../src/iroh_blobs/rpc/client/blobs.rs.html#1-1917">Source</a> </span></div><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>rpc</code></strong> only.</div></span><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>API for blobs management.</p>
22
<p>The main entry point is the <a href="struct.Client.html" title="struct iroh_blobs::rpc::client::blobs::Client"><code>Client</code></a>.</p>
33
<h3 id="interacting-with-the-local-blob-store"><a class="doc-anchor" href="#interacting-with-the-local-blob-store">§</a>Interacting with the local blob store</h3><h4 id="importing-data"><a class="doc-anchor" href="#importing-data">§</a>Importing data</h4>
44
<p>There are several ways to import data into the local blob store:</p>

0 commit comments

Comments
 (0)