Skip to content
Open
Changes from all commits
Commits
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ Once you are ready, you just need to build the id with your key
let hwid = builder.build("mykey").unwrap();
```

### Community projects

Check some projects built by the community:
- [machineid-cli](https://github.com/patrickelectric/machineid-cli): A command line tool to generate a 'device ID' based on hardware configuration.

### Todo

- Optimize the code
Expand Down