Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dunitrust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nodes
rust
Dunitrust
Merge requests
!20
Resolve "Implement Web of Trust in a more "rusty" way"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Implement Web of Trust in a more "rusty" way"
28-implement-web-of-trust-in-a-more-rusty-way
into
dev
Overview
18
Commits
8
Pipelines
0
Changes
4
All threads resolved!
Hide all comments
Merged
nanocryk
requested to merge
28-implement-web-of-trust-in-a-more-rusty-way
into
dev
7 years ago
Overview
18
Commits
8
Pipelines
0
Changes
4
All threads resolved!
Hide all comments
Closes
#28 (closed)
Edited
7 years ago
by
nanocryk
0
0
Merge request reports
Viewing commit
509e6798
Prev
Next
Show latest version
4 files
+
161
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
509e6798
[enh] get_path method using rayon par_iter
· 509e6798
nanocryk
authored
7 years ago
wotb/Cargo.toml
+
2
−
1
View file @ 509e6798
Edit in single-file editor
Open in Web IDE
Show full file
@@ -15,4 +15,5 @@ path = "lib.rs"
serde
=
"1.0.24"
serde_derive
=
"1.0.24"
bincode
=
"0.9.2"
byteorder
=
"1.2.1"
\ No newline at end of file
byteorder
=
"1.2.1"
rayon
=
"1.0.0"
Loading