https://github.com/bluejekyll/enum-as-inner
Last synced: about 1 month ago
Repository metadata:
Macros for deriving as functions to access Enums as their inner components
- Host: GitHub
- URL: https://github.com/bluejekyll/enum-as-inner
- Owner: bluejekyll
- License: other
- Created: 2018-12-06T21:34:20.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T16:39:04.000Z (3 months ago)
- Last Synced: 2024-10-29T16:24:52.111Z (about 2 months ago)
- Language: Rust
- Size: 54.7 KB
- Stars: 92
- Watchers: 3
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Owner metadata:
- Name: Benjamin Fry
- Login: bluejekyll
- Email:
- Kind: user
- Description: C, C++, and Java have led me to Rust
- Website: https://bluejekyll.github.io/blog
- Location: San Francisco, CA
- Twitter: benj_fry
- Company:
- Icon url: https://avatars.githubusercontent.com/u/986845?u=21c6d55ae69925b2d185a7b4a04416c83d3f2bfc&v=4
- Repositories: 85
- Last Synced at: 2023-04-09T19:06:13.554Z
- Profile URL: https://github.com/bluejekyll
- Sponsor URL:
Committers metadata
Last synced: about 1 month ago
Total Commits: 74
Total Committers: 11
Avg Commits per committer: 6.727
Development Distribution Score (DDS): 0.622
Commits in past year: 4
Committers in past year: 2
Avg Commits per committer in past year: 2.0
Development Distribution Score (DDS) in past year: 0.25
Name | Commits | |
---|---|---|
Benjamin Fry | b****y@m****m | 28 |
dependabot-preview[bot] | 2****] | 23 |
Moritz Gunz | m****z@g****m | 7 |
Guy Shefy | g****b@g****m | 3 |
logan | l****0@g****m | 3 |
yuyoyuppe | a****e@g****m | 3 |
dependabot[bot] | 4****] | 3 |
Jan Adä | j****b@g****m | 1 |
Troy Hinckley | t****n@g****m | 1 |
Zixuan Chen | r****3@o****m | 1 |
Wigy | w****r | 1 |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 1
-
Total downloads:
- cargo: 42,213,929 total
- Total docker downloads: 25,166,666
- Total dependent packages: 96
- Total dependent repositories: 6,146
- Total versions: 14
- Total maintainers: 1
cargo: enum-as-inner
A proc-macro for deriving inner field accessor functions on enums.
- Homepage:
- Documentation: https://docs.rs/enum-as-inner/
- Licenses: MIT/Apache-2.0
- Latest release: 0.6.0 (published over 1 year ago)
- Last Synced: 2024-11-10T20:36:35.284Z (about 1 month ago)
- Versions: 14
- Dependent Packages: 96
- Dependent Repositories: 6,146
- Downloads: 42,213,929 Total
- Docker Downloads: 25,166,666
-
Rankings:
- Downloads: 0.344%
- Dependent repos count: 0.418%
- Dependent packages count: 0.638%
- Docker downloads count: 0.705%
- Average: 5.175%
- Stargazers count: 14.002%
- Forks count: 14.94%
- Maintainers (1)
Dependencies
Cargo.lock
cargo
- heck 0.4.0
- proc-macro2 1.0.39
- quote 1.0.18
- syn 1.0.95
- unicode-ident 1.0.0
.github/workflows/test.yml
actions
- actions-rs/toolchain v1 composite
- actions/cache v1 composite
- actions/checkout v1 composite
Cargo.toml
cargo