mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-02-08 21:35:47 +00:00
deploy: 143cd8ace5
This commit is contained in:
parent
8b1a29e650
commit
2db3bb1f19
8 changed files with 12 additions and 2 deletions
|
@ -148,6 +148,7 @@
|
|||
<blockquote>
|
||||
<p>⚠️ <strong>IN-PROGRESS VERSION OF SALSA.</strong> ⚠️</p>
|
||||
<p>This page describes the unreleased "Salsa 2022" version, which is a major departure from older versions of salsa. The code here works but is only available on github and from the <code>salsa-2022</code> crate.</p>
|
||||
<p>If you are looking for the older version of salsa, simply visit <a href="https://salsa-rs.netlify.app/salsa">this link</a></p>
|
||||
</blockquote>
|
||||
<p>Salsa inputs work best if you can easily provide all of the inputs upfront.
|
||||
However sometimes the set of inputs is not known beforehand.</p>
|
||||
|
|
|
@ -148,6 +148,7 @@
|
|||
<blockquote>
|
||||
<p>⚠️ <strong>IN-PROGRESS VERSION OF SALSA.</strong> ⚠️</p>
|
||||
<p>This page describes the unreleased "Salsa 2022" version, which is a major departure from older versions of salsa. The code here works but is only available on github and from the <code>salsa-2022</code> crate.</p>
|
||||
<p>If you are looking for the older version of salsa, simply visit <a href="https://salsa-rs.netlify.app/salsa">this link</a></p>
|
||||
</blockquote>
|
||||
<p>This page contains a brief overview of the pieces of a Salsa program.
|
||||
For a more detailed look, check out the <a href="./tutorial.html">tutorial</a>, which walks through the creation of an entire project end-to-end.</p>
|
||||
|
|
|
@ -148,6 +148,7 @@
|
|||
<blockquote>
|
||||
<p>⚠️ <strong>IN-PROGRESS VERSION OF SALSA.</strong> ⚠️</p>
|
||||
<p>This page describes the unreleased "Salsa 2022" version, which is a major departure from older versions of salsa. The code here works but is only available on github and from the <code>salsa-2022</code> crate.</p>
|
||||
<p>If you are looking for the older version of salsa, simply visit <a href="https://salsa-rs.netlify.app/salsa">this link</a></p>
|
||||
</blockquote>
|
||||
<p>This chapter documents the code that salsa generates and its "inner workings".
|
||||
We refer to this as the "plumbing".</p>
|
||||
|
|
|
@ -148,6 +148,7 @@
|
|||
<blockquote>
|
||||
<p>⚠️ <strong>IN-PROGRESS VERSION OF SALSA.</strong> ⚠️</p>
|
||||
<p>This page describes the unreleased "Salsa 2022" version, which is a major departure from older versions of salsa. The code here works but is only available on github and from the <code>salsa-2022</code> crate.</p>
|
||||
<p>If you are looking for the older version of salsa, simply visit <a href="https://salsa-rs.netlify.app/salsa">this link</a></p>
|
||||
</blockquote>
|
||||
<p>This page covers how data is organized in Salsa and how links between Salsa items (e.g., dependency tracking) work.</p>
|
||||
<h2 id="salsa-items-and-ingredients"><a class="header" href="#salsa-items-and-ingredients">Salsa items and ingredients</a></h2>
|
||||
|
|
|
@ -165,6 +165,7 @@ contribute, please jump on to our Zulip instance at
|
|||
<blockquote>
|
||||
<p>⚠️ <strong>IN-PROGRESS VERSION OF SALSA.</strong> ⚠️</p>
|
||||
<p>This page describes the unreleased "Salsa 2022" version, which is a major departure from older versions of salsa. The code here works but is only available on github and from the <code>salsa-2022</code> crate.</p>
|
||||
<p>If you are looking for the older version of salsa, simply visit <a href="https://salsa-rs.netlify.app/salsa">this link</a></p>
|
||||
</blockquote>
|
||||
<p>This page contains a brief overview of the pieces of a Salsa program.
|
||||
For a more detailed look, check out the <a href="./tutorial.html">tutorial</a>, which walks through the creation of an entire project end-to-end.</p>
|
||||
|
@ -462,6 +463,7 @@ fn type_check(db: &dyn Db, item: Item) {
|
|||
<blockquote>
|
||||
<p>⚠️ <strong>IN-PROGRESS VERSION OF SALSA.</strong> ⚠️</p>
|
||||
<p>This page describes the unreleased "Salsa 2022" version, which is a major departure from older versions of salsa. The code here works but is only available on github and from the <code>salsa-2022</code> crate.</p>
|
||||
<p>If you are looking for the older version of salsa, simply visit <a href="https://salsa-rs.netlify.app/salsa">this link</a></p>
|
||||
</blockquote>
|
||||
<p>This tutorial walks through an end-to-end example of using Salsa.
|
||||
It does not assume you know anything about salsa,
|
||||
|
@ -1387,6 +1389,7 @@ which makes cloning cheap.</p>
|
|||
<blockquote>
|
||||
<p>⚠️ <strong>IN-PROGRESS VERSION OF SALSA.</strong> ⚠️</p>
|
||||
<p>This page describes the unreleased "Salsa 2022" version, which is a major departure from older versions of salsa. The code here works but is only available on github and from the <code>salsa-2022</code> crate.</p>
|
||||
<p>If you are looking for the older version of salsa, simply visit <a href="https://salsa-rs.netlify.app/salsa">this link</a></p>
|
||||
</blockquote>
|
||||
<p>Salsa inputs work best if you can easily provide all of the inputs upfront.
|
||||
However sometimes the set of inputs is not known beforehand.</p>
|
||||
|
@ -1636,6 +1639,7 @@ implemented.</li>
|
|||
<blockquote>
|
||||
<p>⚠️ <strong>IN-PROGRESS VERSION OF SALSA.</strong> ⚠️</p>
|
||||
<p>This page describes the unreleased "Salsa 2022" version, which is a major departure from older versions of salsa. The code here works but is only available on github and from the <code>salsa-2022</code> crate.</p>
|
||||
<p>If you are looking for the older version of salsa, simply visit <a href="https://salsa-rs.netlify.app/salsa">this link</a></p>
|
||||
</blockquote>
|
||||
<p>This chapter documents the code that salsa generates and its "inner workings".
|
||||
We refer to this as the "plumbing".</p>
|
||||
|
@ -1658,6 +1662,7 @@ We refer to this as the "plumbing".</p>
|
|||
<blockquote>
|
||||
<p>⚠️ <strong>IN-PROGRESS VERSION OF SALSA.</strong> ⚠️</p>
|
||||
<p>This page describes the unreleased "Salsa 2022" version, which is a major departure from older versions of salsa. The code here works but is only available on github and from the <code>salsa-2022</code> crate.</p>
|
||||
<p>If you are looking for the older version of salsa, simply visit <a href="https://salsa-rs.netlify.app/salsa">this link</a></p>
|
||||
</blockquote>
|
||||
<p>This page covers how data is organized in Salsa and how links between Salsa items (e.g., dependency tracking) work.</p>
|
||||
<h2 id="salsa-items-and-ingredients"><a class="header" href="#salsa-items-and-ingredients">Salsa items and ingredients</a></h2>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -148,6 +148,7 @@
|
|||
<blockquote>
|
||||
<p>⚠️ <strong>IN-PROGRESS VERSION OF SALSA.</strong> ⚠️</p>
|
||||
<p>This page describes the unreleased "Salsa 2022" version, which is a major departure from older versions of salsa. The code here works but is only available on github and from the <code>salsa-2022</code> crate.</p>
|
||||
<p>If you are looking for the older version of salsa, simply visit <a href="https://salsa-rs.netlify.app/salsa">this link</a></p>
|
||||
</blockquote>
|
||||
<p>This tutorial walks through an end-to-end example of using Salsa.
|
||||
It does not assume you know anything about salsa,
|
||||
|
|
Loading…
Reference in a new issue