Skip to content

Commit

Permalink
deploy: 046e479
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Jun 14, 2024
0 parents commit 01856ac
Show file tree
Hide file tree
Showing 99 changed files with 9,473 additions and 0 deletions.
Empty file added .lock
Empty file.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions crates.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
window.ALL_CRATES = ["diffy"];
1 change: 1 addition & 0 deletions diffy/all.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="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-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-081576b923113409.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="diffy" data-themes="" data-resource-suffix="" data-rustdoc-version="1.79.0 (129f3b996 2024-06-10)" data-channel="1.79.0" data-search-js="search-bf21c90c8c1d92b1.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../static.files/storage-e32f0c247825364d.js"></script><script defer src="../static.files/main-20a3ad099b048cf2.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-09095024cf37855e.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 mod sys"><!--[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="../diffy/index.html">diffy</a><span class="version">0.3.0</span></h2></div><div class="sidebar-elems"><section><ul class="block"><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li><li><a href="#functions">Functions</a></li></ul></section></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../diffy/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Type ‘S’ or ‘/’ to search, ‘?’ for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings">Settings</a></div></form></nav><section id="main-content" class="content"><h1>List of all items</h1><h3 id="structs">Structs</h3><ul class="all-items"><li><a href="struct.ApplyError.html">ApplyError</a></li><li><a href="struct.DiffOptions.html">DiffOptions</a></li><li><a href="struct.Hunk.html">Hunk</a></li><li><a href="struct.HunkRange.html">HunkRange</a></li><li><a href="struct.MergeOptions.html">MergeOptions</a></li><li><a href="struct.ParsePatchError.html">ParsePatchError</a></li><li><a href="struct.Patch.html">Patch</a></li><li><a href="struct.PatchFormatter.html">PatchFormatter</a></li></ul><h3 id="enums">Enums</h3><ul class="all-items"><li><a href="enum.ConflictStyle.html">ConflictStyle</a></li><li><a href="enum.Line.html">Line</a></li></ul><h3 id="functions">Functions</h3><ul class="all-items"><li><a href="fn.apply.html">apply</a></li><li><a href="fn.apply_bytes.html">apply_bytes</a></li><li><a href="fn.create_patch.html">create_patch</a></li><li><a href="fn.create_patch_bytes.html">create_patch_bytes</a></li><li><a href="fn.merge.html">merge</a></li><li><a href="fn.merge_bytes.html">merge_bytes</a></li></ul></section></div></main></body></html>
11 changes: 11 additions & 0 deletions diffy/apply/fn.apply.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../diffy/fn.apply.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../diffy/fn.apply.html">../../diffy/fn.apply.html</a>...</p>
<script>location.replace("../../diffy/fn.apply.html" + location.search + location.hash);</script>
</body>
</html>
11 changes: 11 additions & 0 deletions diffy/apply/fn.apply_bytes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../diffy/fn.apply_bytes.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../diffy/fn.apply_bytes.html">../../diffy/fn.apply_bytes.html</a>...</p>
<script>location.replace("../../diffy/fn.apply_bytes.html" + location.search + location.hash);</script>
</body>
</html>
11 changes: 11 additions & 0 deletions diffy/apply/struct.ApplyError.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../diffy/struct.ApplyError.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../diffy/struct.ApplyError.html">../../diffy/struct.ApplyError.html</a>...</p>
<script>location.replace("../../diffy/struct.ApplyError.html" + location.search + location.hash);</script>
</body>
</html>
11 changes: 11 additions & 0 deletions diffy/diff/fn.create_patch.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../diffy/fn.create_patch.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../diffy/fn.create_patch.html">../../diffy/fn.create_patch.html</a>...</p>
<script>location.replace("../../diffy/fn.create_patch.html" + location.search + location.hash);</script>
</body>
</html>
11 changes: 11 additions & 0 deletions diffy/diff/fn.create_patch_bytes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../diffy/fn.create_patch_bytes.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../diffy/fn.create_patch_bytes.html">../../diffy/fn.create_patch_bytes.html</a>...</p>
<script>location.replace("../../diffy/fn.create_patch_bytes.html" + location.search + location.hash);</script>
</body>
</html>
11 changes: 11 additions & 0 deletions diffy/diff/struct.DiffOptions.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../diffy/struct.DiffOptions.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="../../diffy/struct.DiffOptions.html">../../diffy/struct.DiffOptions.html</a>...</p>
<script>location.replace("../../diffy/struct.DiffOptions.html" + location.search + location.hash);</script>
</body>
</html>
Loading

0 comments on commit 01856ac

Please sign in to comment.