https://github.com/yushiomote/econf

Loads environment variables into your structs in one shot.
https://github.com/yushiomote/econf

Keywords

docker environment-variables rust

Last synced: 11 months ago
JSON representation

Acceptance Criteria

Repository metadata

Loads environment variables into your structs in one shot.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: over 1 year ago

Total Commits: 37
Total Committers: 3
Avg Commits per committer: 12.333
Development Distribution Score (DDS): 0.081

Commits in past year: 37
Committers in past year: 3
Avg Commits per committer in past year: 12.333
Development Distribution Score (DDS) in past year: 0.081

Name Email Commits
YushiOMOTE y****e@g****m 34
julianskartor j****r@u****m 2
yuk1ty y****y@u****m 1

Committer domains:


Issue and Pull Request metadata

Last synced: 11 months ago

Total issues: 3
Total pull requests: 12
Average time to close issues: 7 months
Average time to close pull requests: about 21 hours
Total issue authors: 2
Total pull request authors: 3
Average comments per issue: 0.67
Average comments per pull request: 0.0
Merged pull request: 11
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 0
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: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/yushiomote/econf

Top Issue Authors

  • yukinarit (2)
  • clintjedwards (1)

Top Pull Request Authors

  • YushiOMOTE (8)
  • julianskartor (3)
  • yuk1ty (1)

Top Issue Labels

Top Pull Request Labels

  • skip-changelog (5)
  • enhancement (4)
  • breaking-change (1)
  • documentation (1)

Package metadata

crates.io: econf

Load environment variables into your struct members in one shot.

  • Homepage: https://github.com/YushiOMOTE/econf
  • Documentation: https://docs.rs/econf/
  • Licenses: MIT
  • Latest release: 0.2.1 (published almost 3 years ago)
  • Last Synced: 2024-06-02T11:02:16.115Z (11 months ago)
  • Versions: 7
  • Dependent Packages: 2
  • Dependent Repositories: 1
  • Downloads: 107,771 Total
  • Rankings:
    • Downloads: 6.103%
    • Dependent packages count: 12.222%
    • Dependent repos count: 16.599%
    • Average: 18.755%
    • Forks count: 26.272%
    • Stargazers count: 32.579%
  • Maintainers (1)
crates.io: econf-derive

Load environment variables into your struct members in one shot.

  • Homepage: https://github.com/YushiOMOTE/econf
  • Documentation: https://docs.rs/econf-derive/
  • Licenses: MIT
  • Latest release: 0.2.1 (published almost 3 years ago)
  • Last Synced: 2024-06-02T12:00:55.573Z (11 months ago)
  • Versions: 6
  • Dependent Packages: 1
  • Dependent Repositories: 2
  • Downloads: 107,958 Total
  • Rankings:
    • Downloads: 6.095%
    • Dependent repos count: 13.248%
    • Dependent packages count: 18.153%
    • Average: 19.276%
    • Forks count: 26.282%
    • Stargazers count: 32.6%
  • Maintainers (1)

Dependencies

Cargo.lock cargo
  • aho-corasick 0.7.18
  • autocfg 1.1.0
  • cfg-if 1.0.0
  • hashbrown 0.11.2
  • indexmap 1.8.2
  • lazy_static 1.4.0
  • libc 0.2.126
  • linked-hash-map 0.5.4
  • log 0.4.17
  • memchr 2.5.0
  • num 0.2.1
  • num-bigint 0.2.6
  • num-complex 0.2.4
  • num-integer 0.1.45
  • num-iter 0.1.43
  • num-rational 0.2.4
  • num-traits 0.2.15
  • parse_duration 1.0.3
  • proc-macro2 0.4.30
  • quote 0.6.13
  • regex 1.5.6
  • regex-syntax 0.6.26
  • ryu 1.0.10
  • serde 1.0.137
  • serde_yaml 0.8.24
  • simple_logger 0.5.0
  • syn 0.15.44
  • time 0.1.44
  • unicode-xid 0.1.0
  • wasi 0.10.0+wasi-snapshot-preview1
  • winapi 0.3.9
  • winapi-i686-pc-windows-gnu 0.4.0
  • winapi-x86_64-pc-windows-gnu 0.4.0
  • yaml-rust 0.4.5
econf/Cargo.lock cargo
  • aho-corasick 0.7.15
  • autocfg 1.0.1
  • cfg-if 0.1.10
  • dtoa 0.4.7
  • econf-derive 0.1.2
  • lazy_static 1.4.0
  • libc 0.2.81
  • linked-hash-map 0.5.3
  • log 0.4.11
  • memchr 2.3.4
  • num 0.2.1
  • num-bigint 0.2.6
  • num-complex 0.2.4
  • num-integer 0.1.44
  • num-iter 0.1.42
  • num-rational 0.2.4
  • num-traits 0.2.14
  • parse_duration 1.0.3
  • proc-macro2 0.4.30
  • quote 0.6.13
  • regex 1.4.2
  • regex-syntax 0.6.21
  • serde 1.0.118
  • serde_yaml 0.8.15
  • simple_logger 0.5.0
  • syn 0.15.44
  • thread_local 1.0.1
  • time 0.1.44
  • unicode-xid 0.1.0
  • wasi 0.10.0+wasi-snapshot-preview1
  • winapi 0.3.9
  • winapi-i686-pc-windows-gnu 0.4.0
  • winapi-x86_64-pc-windows-gnu 0.4.0
  • yaml-rust 0.4.5
econf/Cargo.toml cargo
  • econf-derive 0.2.0
  • log 0.4
  • parse_duration 1.0
  • serde 1.0
  • serde_yaml 0.8
econf-derive/Cargo.toml cargo
  • proc-macro2 0.4
  • quote 0.6
  • syn 0.15

Score: 15.577647582925675