INDAPlus21 / INDAPlus21/osveijer-hash
Pass
- Dominant language
- Makefile
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
**Very well done Oliver!**
Duuude,
```
PS C:\[...]\osveijer-hash\db> cargo run all
Finished dev [unoptimized + debuginfo] target(s) in 0.05s
Running `target\debug\db.exe all`
key: 58 value: Person { name: "Alva Nyberg", age: 17 }
[...]
PS C:\[...]\osveijer-hash\db> cargo run get 58
Finished dev [unoptimized + debuginfo] target(s) in 0.05s
Running `target\debug\db.exe get 58`
No data with key 58
```
The hash table would certainly benefit from some proper documentation, since it would ease your referencing in the future.
[](https://insights.stackoverflow.com/survey/2021#section-top-paying-technologies-top-paying-technologies)
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files or tests; start by locating the hash-table implementation and the command-line entry point used by `cargo run all` and `cargo run get 58`. Document the hash table's usage and behavior, including the demonstrated commands, with the final scope confirmed from the repository.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100