https://github.com/KokaKiwi/rust-hex
Score: 28.86112022852134
Last synced: about 9 hours ago
JSON representation
Repository metadata:
A basic crate to encode values to hexadecimal representation. Originally extracted from rustc-serialize.
- Host: GitHub
- URL: https://github.com/KokaKiwi/rust-hex
- Owner: KokaKiwi
- License: apache-2.0
- Created: 2015-10-22T04:40:12.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2026-01-23T22:25:29.000Z (7 months ago)
- Last Synced: 2026-08-20T07:37:28.658Z (7 days ago)
- Language: Rust
- Homepage: https://crates.io/crates/hex
- Size: 104 KB
- Stars: 269
- Watchers: 3
- Forks: 62
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Owner metadata:
- Name: KokaKiwi
- Login: KokaKiwi
- Email: kokakiwi+github@kokakiwi.net
- Kind: user
- Description: French machine-like nerd, writing silly stuff like libraries and even softwares, sometimes. #Rust
- Website: bismuth.it
- Location: Rennes, France
- Twitter:
- Company: @edgee-ai
- Icon url: https://avatars.githubusercontent.com/u/183116?v=4
- Repositories: 211
- Last Synced at: 2026-08-26T00:25:47.983Z
- Profile URL: https://github.com/KokaKiwi
GitHub Events
Total
- Create event: 5
- Delete event: 4
- Fork event: 5
- Issue comment event: 12
- Issues event: 4
- Pull request event: 9
- Pull request review comment event: 8
- Pull request review event: 11
- Push event: 19
- Watch event: 31
- Total: 108
Last Year
- Create event: 5
- Delete event: 3
- Issue comment event: 4
- Issues event: 1
- Pull request event: 1
- Pull request review event: 1
- Push event: 10
- Watch event: 11
- Total: 36
Committers metadata
Last synced: about 20 hours ago
Total Commits: 118
Total Committers: 18
Avg Commits per committer: 6.556
Development Distribution Score (DDS): 0.483
Commits in past year: 18
Committers in past year: 3
Avg Commits per committer in past year: 6.0
Development Distribution Score (DDS) in past year: 0.111
| Name | Commits | |
|---|---|---|
| KokaKiwi | k****t@k****t | 61 |
| Lucas | 2****2 | 13 |
| Taiki Endo | t****9@g****m | 10 |
| koushiro | k****x@g****m | 10 |
| Corey Farwell | c****f@r****g | 6 |
| Lukas Kalbertodt | l****t@g****m | 4 |
| Daniel Wagner-Hall | d****l@t****m | 2 |
| Ross MacArthur | r****s@m****o | 2 |
| Aaron Loucks | a****s@c****t | 1 |
| Corey Richardson | c****y@o****t | 1 |
| Davirain | d****n@g****m | 1 |
| Dominik Spicher | d****r@g****m | 1 |
| Jake Goulding | j****g@g****m | 1 |
| Jake Swensen | j****e@s****o | 1 |
| Jarkko Sakkinen | j****n@i****i | 1 |
| Michal Nazarewicz | m****6@m****m | 1 |
| glorv | g****s@1****m | 1 |
| h4x3rotab | h****b@g****m | 1 |
Issue and Pull Request metadata
Last synced: about 19 hours ago
Total issues: 43
Total pull requests: 60
Average time to close issues: 8 months
Average time to close pull requests: 9 months
Total issue authors: 36
Total pull request authors: 31
Average comments per issue: 1.93
Average comments per pull request: 1.37
Merged pull request: 32
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 3
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 3
Past year average comments per issue: 0
Past year average comments per pull request: 1.0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- Luro02 (4)
- frewsxcv (2)
- piegamesde (2)
- Nemo157 (2)
- Nugine (2)
- sr-gi (1)
- emberian (1)
- dtolnay (1)
- dpc (1)
- mendelmunkis (1)
- vladignatyev (1)
- koushiro (1)
- MathiasKoch (1)
- cchudant (1)
- lucab (1)
Top Pull Request Authors
- Luro02 (13)
- taiki-e (4)
- rossmacarthur (4)
- cgwalters (3)
- koushiro (3)
- frewsxcv (3)
- DaviRain-Su (2)
- elsirion (2)
- mina86 (2)
- glorv (2)
- nouritsu (2)
- elichai (1)
- brian-pane (1)
- Georges760 (1)
- dpc (1)
Top Issue Labels
- enhancement (13)
- bug (4)
- question (2)
- important (1)
- wontfix (1)
Top Pull Request Labels
- enhancement (4)
- api-breaking (1)
Package metadata
- Total packages: 3
-
Total downloads:
- cargo: 607,843,614 total
- Total docker downloads: 43,100,784
- Total dependent packages: 4,594 (may contain duplicates)
- Total dependent repositories: 33,666 (may contain duplicates)
- Total versions: 27
- Total maintainers: 1
crates.io: hex
Encoding and decoding data into/from hexadecimal representation.
- Homepage:
- Documentation: https://docs.rs/hex/
- Licenses: MIT OR Apache-2.0
- Latest release: 0.4.3 (published over 5 years ago)
- Last Synced: 2026-08-25T10:03:00.327Z (1 day ago)
- Versions: 9
- Dependent Packages: 4,594
- Dependent Repositories: 33,666
- Downloads: 607,843,614 Total
- Docker Downloads: 43,100,784
-
Rankings:
- Dependent packages count: 0.02%
- Downloads: 0.09%
- Dependent repos count: 0.111%
- Docker downloads count: 0.187%
- Average: 3.317%
- Forks count: 8.334%
- Stargazers count: 11.158%
- Maintainers (1)
proxy.golang.org: github.com/KokaKiwi/rust-hex
- Homepage:
- Documentation: https://pkg.go.dev/github.com/KokaKiwi/rust-hex#section-documentation
- Licenses: apache-2.0
- Latest release: v0.4.3 (published over 5 years ago)
- Last Synced: 2026-08-25T10:07:10.809Z (1 day ago)
- Versions: 9
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 4.638%
- Average: 4.794%
- Dependent repos count: 4.95%
proxy.golang.org: github.com/kokakiwi/rust-hex
- Homepage:
- Documentation: https://pkg.go.dev/github.com/kokakiwi/rust-hex#section-documentation
- Licenses: apache-2.0
- Latest release: v0.4.3 (published over 5 years ago)
- Last Synced: 2026-08-25T10:06:58.270Z (1 day ago)
- Versions: 9
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 4.638%
- Average: 4.794%
- Dependent repos count: 4.95%
Dependencies
- serde 1.0
- actions-rs/cargo v1 composite
- actions-rs/tarpaulin v0.1 composite
- actions-rs/toolchain v1 composite
- actions/checkout v2 composite
- codecov/codecov-action v1 composite