Skip to content

Commit

Permalink
mdBook generated from gitorial
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntabrizi committed Aug 6, 2024
1 parent 9e124b4 commit c432b22
Show file tree
Hide file tree
Showing 12 changed files with 7,674 additions and 3,844 deletions.
40 changes: 39 additions & 1 deletion src/1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,45 @@

<div id="Source" class="maintab tabcontent active">

No files edited in this step.
<div class="tab">
<button class="subtab tablinks file-source file-added active" onclick="switchSubTab(event, 'Cargo.toml')" data-id="Cargo.toml">Cargo.toml</button>
<button class="subtab tablinks file-source file-added" onclick="switchSubTab(event, 'rustfmt.toml')" data-id="rustfmt.toml">rustfmt.toml</button>
<button class="subtab tablinks file-source file-added" onclick="switchSubTab(event, 'src/impls.rs')" data-id="src/impls.rs">src/impls.rs</button>
<button class="subtab tablinks file-source file-added" onclick="switchSubTab(event, 'src/lib.rs')" data-id="src/lib.rs">src/lib.rs</button>
</div>
<div id="source/Cargo.toml" class="subtab tabcontent active" data-id="Cargo.toml">

```toml
{{#include ./source/Cargo.toml}}
```

</div>

<div id="source/rustfmt.toml" class="subtab tabcontent" data-id="rustfmt.toml">

```toml
{{#include ./source/rustfmt.toml}}
```

</div>

<div id="source/src/impls.rs" class="subtab tabcontent" data-id="src/impls.rs">

```rust
{{#include ./source/src/impls.rs}}
```

</div>

<div id="source/src/lib.rs" class="subtab tabcontent" data-id="src/lib.rs">

```rust
{{#include ./source/src/lib.rs}}
```

</div>



</div>

Expand Down
Loading

0 comments on commit c432b22

Please sign in to comment.