Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust chapter #2

Draft
wants to merge 28 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2d6c95e
init rust chapter
GrosQuildu Jan 9, 2024
2d2ec31
rust chapter - necessist
GrosQuildu Jan 9, 2024
0a66285
rust chapter - coverage
GrosQuildu Jan 10, 2024
104f5b0
rust chapter - coverage 2
GrosQuildu Jan 10, 2024
04dc4b7
rust chapter - coverage files
GrosQuildu Jan 11, 2024
08b6d7b
rust chapter - coverage done
GrosQuildu Jan 11, 2024
2e8e231
rust chapter - miri
GrosQuildu Jan 11, 2024
b4d9097
rust chapter - coverage code fix
GrosQuildu Jan 12, 2024
0228bfb
rust chapter - add static content for coverage
GrosQuildu Jan 12, 2024
6b125c3
rust chapter - property testing
GrosQuildu Jan 12, 2024
8bdc881
rust chapter - model checking
GrosQuildu Jan 12, 2024
ded78a1
rust chapter - target blank
GrosQuildu Jan 12, 2024
c1e6d94
test
ahpaleus Feb 23, 2024
724eb51
Update _index.md
ahpaleus Feb 23, 2024
076b9e8
Undraft to see in PR Preview
ahpaleus Feb 23, 2024
4b9ea40
Update _index.md
ahpaleus Feb 23, 2024
0ebf410
[rust] start supply chain section
GrosQuildu May 9, 2024
bcaa89b
Update content/docs/languages/rust/00-unit-testing.md
GrosQuildu Nov 25, 2024
b1034a4
Update content/docs/languages/rust/40-supply-chain-analysis.md
GrosQuildu Nov 25, 2024
1b74a2d
Update content/docs/languages/rust/40-supply-chain-analysis.md
GrosQuildu Nov 25, 2024
e04b494
Update content/docs/languages/rust/40-supply-chain-analysis.md
GrosQuildu Nov 25, 2024
54751d4
Update content/docs/languages/rust/40-supply-chain-analysis.md
GrosQuildu Nov 25, 2024
bd20515
Update content/docs/languages/rust/00-unit-testing.md
GrosQuildu Nov 25, 2024
da5e38b
Update content/docs/languages/rust/00-unit-testing.md
GrosQuildu Nov 25, 2024
baff006
Update content/docs/languages/rust/00-unit-testing.md
GrosQuildu Nov 25, 2024
f1f63dc
Update content/docs/languages/rust/00-unit-testing.md
GrosQuildu Nov 25, 2024
e4cb1c6
merge
GrosQuildu Nov 25, 2024
e1c7440
add code from the chapter as cargo project
GrosQuildu Nov 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions content/docs/languages/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
weight: 3
bookFlatSection: true
title: "Languages"
---

# Languages

This section presents language-specific tools. For each programming language we cover topics such as:

- Advanced unit testing
- Static analysis
- Dynamic analysis

{{< section >}}
Loading
Loading