https://github.com/bluss/arrayvec
rust
Last synced: about 1 month ago
Repository metadata:
A vector with a fixed capacity. (Rust)
- Host: GitHub
- URL: https://github.com/bluss/arrayvec
- Owner: bluss
- License: apache-2.0
- Created: 2015-05-19T15:08:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T17:52:26.000Z (2 months ago)
- Last Synced: 2024-11-08T16:54:08.215Z (about 1 month ago)
- Topics: rust
- Language: Rust
- Homepage: https://docs.rs/arrayvec/
- Size: 1.95 MB
- Stars: 747
- Watchers: 8
- Forks: 128
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Owner metadata:
- Name: bluss
- Login: bluss
- Email:
- Kind: user
- Description:
- Website: https://social.linux.pizza/@bluss
- Location: Low Earth Orbit Debris Field
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/3209739?v=4
- Repositories: 137
- Last Synced at: 2024-04-20T08:02:33.943Z
- Profile URL: https://github.com/bluss
- Sponsor URL:
Committers metadata
Last synced: about 1 month ago
Total Commits: 419
Total Committers: 45
Avg Commits per committer: 9.311
Development Distribution Score (DDS): 0.36
Commits in past year: 20
Committers in past year: 10
Avg Commits per committer in past year: 2.0
Development Distribution Score (DDS) in past year: 0.5
Name | Commits | |
---|---|---|
bluss | b****s | 268 |
root | r****t@l****t | 65 |
Tobias Bucher | t****1@g****m | 11 |
Niklas Fiekas | n****s@b****e | 7 |
Caio | c****r@g****m | 5 |
David Ross | d****s@d****t | 5 |
Ralf Jung | p****t@r****e | 5 |
Conrad Ludgate | c****e@g****m | 4 |
Thomas de Zeeuw | t****w@g****m | 4 |
Alexander Regueiro | a****g@m****m | 2 |
Brandon H. Gomes | b****s@r****u | 2 |
Clar Fon | t****m@l****z | 2 |
Elichai Turkel | e****l@g****m | 2 |
Kornel | k****l@g****t | 2 |
Paul Kernfeld | p****d@g****m | 2 |
YuhanLiin | y****b@p****m | 2 |
ltdk | u****r@l****z | 2 |
rodrimati1992 | r****5@g****m | 2 |
Luro02 | 2****2 | 1 |
nicbn | n****s@g****m | 1 |
Aleksei Voronov | d****n@g****m | 1 |
Andrii Radyk | a****r@g****m | 1 |
Clar Charr | c****r@c****z | 1 |
Dirk Stolle | s****v@w****e | 1 |
Dominic | g****t@m****e | 1 |
Hanif Bin Ariffin | h****6@g****m | 1 |
Igor Gnatenko | i****n@g****m | 1 |
Jacob Kiesel | j****l@v****m | 1 |
Jake Goulding | j****g@g****m | 1 |
JakkuSakura | q****1@g****m | 1 |
and 15 more... |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 3
-
Total downloads:
- cargo: 188,642,637 total
- Total docker downloads: 441,178,763
- Total dependent packages: 804 (may contain duplicates)
- Total dependent repositories: 51,299 (may contain duplicates)
- Total versions: 74
- Total maintainers: 1
cargo: arrayvec
A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
- Homepage:
- Documentation: https://docs.rs/arrayvec/
- Licenses: MIT OR Apache-2.0
- Latest release: 0.7.4 (published over 1 year ago)
- Last Synced: 2024-11-10T20:35:58.014Z (about 1 month ago)
- Versions: 55
- Dependent Packages: 774
- Dependent Repositories: 35,627
- Downloads: 159,744,785 Total
- Docker Downloads: 417,225,352
-
Rankings:
- Docker downloads count: 0.086%
- Downloads: 0.087%
- Dependent packages count: 0.099%
- Dependent repos count: 0.103%
- Average: 2.13%
- Forks count: 5.981%
- Stargazers count: 6.422%
- Maintainers (1)
cargo: nodrop
A wrapper type to inhibit drop (destructor). ***Deprecated: Use ManuallyDrop or MaybeUninit instead!***
- Homepage:
- Documentation: https://docs.rs/nodrop/
- Licenses: MIT/Apache-2.0
- Latest release: 0.1.14 (published about 5 years ago)
- Last Synced: 2024-11-10T20:35:58.722Z (about 1 month ago)
- Versions: 15
- Dependent Packages: 27
- Dependent Repositories: 15,666
- Downloads: 28,872,045 Total
- Docker Downloads: 23,953,411
-
Rankings:
- Dependent repos count: 0.207%
- Downloads: 0.357%
- Docker downloads count: 1.339%
- Dependent packages count: 1.425%
- Average: 2.622%
- Forks count: 5.981%
- Stargazers count: 6.422%
- Maintainers (1)
cargo: nodrop-union
A wrapper type to inhibit drop (destructor). Implementation crate for nodrop, the untagged unions implementation (which is unstable / requires nightly) as of this writing. ***Deprecated: Use ManuallyDrop or MaybeUninit instead!***
- Homepage:
- Documentation: https://docs.rs/nodrop-union/
- Licenses: MIT/Apache-2.0
- Latest release: 0.1.11 (published about 5 years ago)
- Last Synced: 2024-11-10T20:35:57.763Z (about 1 month ago)
- Versions: 4
- Dependent Packages: 3
- Dependent Repositories: 6
- Downloads: 25,807 Total
-
Rankings:
- Forks count: 5.883%
- Stargazers count: 6.868%
- Average: 8.32%
- Dependent repos count: 9.157%
- Dependent packages count: 9.164%
- Downloads: 10.528%
- Maintainers (1)
Dependencies
- serde 1.0
- actions-rs/toolchain v1 composite
- actions/checkout v2 composite