https://github.com/dropbox/rust-alloc-no-stdlib
Score: 25.918317329542166
Last synced: about 11 hours ago
JSON representation
Repository metadata:
An interface to a generic allocator so a no_std rust library can allocate memory, with, or without stdlib being linked.
- Host: GitHub
- URL: https://github.com/dropbox/rust-alloc-no-stdlib
- Owner: dropbox
- License: bsd-3-clause
- Created: 2016-04-02T07:57:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2026-06-14T18:41:58.000Z (2 months ago)
- Last Synced: 2026-08-14T10:35:10.967Z (13 days ago)
- Language: Rust
- Size: 64.5 KB
- Stars: 180
- Watchers: 9
- Forks: 21
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Dropbox
- Login: dropbox
- Email:
- Kind: organization
- Description:
- Website: https://dropbox.com/
- Location: San Francisco
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/559357?v=4
- Repositories: 228
- Last Synced at: 2024-12-17T01:03:25.965Z
- Profile URL: https://github.com/dropbox
GitHub Events
Total
- Push event: 2
- Watch event: 4
- Total: 6
Last Year
- Push event: 2
- Watch event: 2
- Total: 4
Committers metadata
Last synced: 7 days ago
Total Commits: 49
Total Committers: 2
Avg Commits per committer: 24.5
Development Distribution Score (DDS): 0.02
Commits in past year: 6
Committers in past year: 1
Avg Commits per committer in past year: 6.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Daniel Reiter Horn | d****h@d****m | 48 |
| Till Höppner | t****l@h****s | 1 |
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 10
Total pull requests: 14
Average time to close issues: 6 months
Average time to close pull requests: 1 day
Total issue authors: 10
Total pull request authors: 12
Average comments per issue: 1.4
Average comments per pull request: 1.14
Merged pull request: 3
Bot issues: 0
Bot pull requests: 0
Past year issues: 1
Past year pull requests: 3
Past year average time to close issues: about 9 hours
Past year average time to close pull requests: about 5 hours
Past year issue authors: 1
Past year pull request authors: 3
Past year average comments per issue: 3.0
Past year average comments per pull request: 1.33
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- veluca93 (1)
- Xuanwo (1)
- inorick (1)
- aleksmelnikov (1)
- Ryman (1)
- pinkforest (1)
- nyurik (1)
- ignatenkobrain (1)
- saethlin (1)
- vmedea (1)
Top Pull Request Authors
- alexanderkjall (2)
- danielrh (2)
- adelarsq (1)
- Xuanwo (1)
- atouchet (1)
- ankane (1)
- oherrala (1)
- JayKickliter (1)
- r0x0d (1)
- tilpner (1)
- badboy (1)
- igor-raits (1)
Top Issue Labels
Top Pull Request Labels
Package metadata
- Total packages: 14
-
Total downloads:
- cargo: 426,994,981 total
- Total docker downloads: 50,177,722
- Total dependent packages: 10 (may contain duplicates)
- Total dependent repositories: 15,616 (may contain duplicates)
- Total versions: 29
- Total maintainers: 1
crates.io: alloc-no-stdlib
A dynamic allocator that may be used with or without the stdlib. This allows a package with nostd to allocate memory dynamically and be used either with a custom allocator, items on the stack, or by a package that wishes to simply use Box<>. It also provides options to use calloc or a mutable global variable for pre-zeroed memory
- Homepage: https://github.com/dropbox/rust-alloc-no-stdlib
- Documentation: https://docs.rs/alloc-no-stdlib/
- Licenses: BSD-3-Clause
- Latest release: 3.0.0 (published 2 months ago)
- Last Synced: 2026-08-25T13:33:17.068Z (1 day ago)
- Versions: 10
- Dependent Packages: 8
- Dependent Repositories: 7,812
- Downloads: 213,083,389 Total
- Docker Downloads: 25,088,861
-
Rankings:
- Dependent repos count: 0.348%
- Downloads: 0.355%
- Docker downloads count: 0.425%
- Dependent packages count: 4.019%
- Average: 4.765%
- Stargazers count: 11.399%
- Forks count: 12.046%
- Maintainers (1)
crates.io: alloc-stdlib
A dynamic allocator example that may be used with the stdlib
- Homepage: https://github.com/dropbox/rust-alloc-no-stdlib
- Documentation: https://docs.rs/alloc-stdlib/
- Licenses: BSD-3-Clause
- Latest release: 0.3.0 (published 2 months ago)
- Last Synced: 2026-08-25T13:33:10.757Z (1 day ago)
- Versions: 7
- Dependent Packages: 2
- Dependent Repositories: 7,804
- Downloads: 213,911,592 Total
- Docker Downloads: 25,088,861
-
Rankings:
- Dependent repos count: 0.349%
- Downloads: 0.358%
- Docker downloads count: 0.425%
- Average: 6.032%
- Stargazers count: 11.399%
- Dependent packages count: 11.616%
- Forks count: 12.046%
- Maintainers (1)
ubuntu-23.10: rust-alloc-no-stdlib
- Homepage: https://github.com/dropbox/rust-alloc-no-stdlib
- Licenses: bsd-3-clause
- Latest release: 2.0.4-1 (published 6 months ago)
- Last Synced: 2026-03-14T03:15:22.207Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
ubuntu-24.10: rust-alloc-no-stdlib
- Homepage: https://github.com/dropbox/rust-alloc-no-stdlib
- Licenses: bsd-3-clause
- Latest release: 2.0.4-1 (published 7 months ago)
- Last Synced: 2026-03-09T18:24:09.052Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
debian-12: rust-alloc-stdlib
- Homepage: https://github.com/dropbox/rust-alloc-no-stdlib
- Documentation: https://packages.debian.org/bookworm/rust-alloc-stdlib
- Licenses: bsd-3-clause
- Latest release: 0.2.2-1 (published 7 months ago)
- Last Synced: 2026-03-13T15:48:10.836Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
ubuntu-23.10: rust-alloc-stdlib
- Homepage: https://github.com/dropbox/rust-alloc-no-stdlib
- Licenses: bsd-3-clause
- Latest release: 0.2.2-1 (published 6 months ago)
- Last Synced: 2026-03-14T03:15:22.856Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
debian-13: rust-alloc-stdlib
- Homepage: https://github.com/dropbox/rust-alloc-no-stdlib
- Documentation: https://packages.debian.org/trixie/rust-alloc-stdlib
- Licenses: bsd-3-clause
- Latest release: 0.2.2-1 (published 7 months ago)
- Last Synced: 2026-03-14T19:15:18.110Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
ubuntu-24.10: rust-alloc-stdlib
- Homepage: https://github.com/dropbox/rust-alloc-no-stdlib
- Licenses: bsd-3-clause
- Latest release: 0.2.2-1 (published 7 months ago)
- Last Synced: 2026-03-09T18:24:09.307Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
ubuntu-23.04: rust-alloc-no-stdlib
- Homepage: https://github.com/dropbox/rust-alloc-no-stdlib
- Licenses: bsd-3-clause
- Latest release: 2.0.4-1 (published 7 months ago)
- Last Synced: 2026-03-12T01:21:15.808Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
debian-12: rust-alloc-no-stdlib
- Homepage: https://github.com/dropbox/rust-alloc-no-stdlib
- Documentation: https://packages.debian.org/bookworm/rust-alloc-no-stdlib
- Licenses: bsd-3-clause
- Latest release: 2.0.4-1 (published 7 months ago)
- Last Synced: 2026-03-14T00:38:21.181Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
ubuntu-23.04: rust-alloc-stdlib
- Homepage: https://github.com/dropbox/rust-alloc-no-stdlib
- Licenses: bsd-3-clause
- Latest release: 0.2.2-1 (published 7 months ago)
- Last Synced: 2026-03-11T14:11:20.594Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
debian-13: rust-alloc-no-stdlib
- Homepage: https://github.com/dropbox/rust-alloc-no-stdlib
- Documentation: https://packages.debian.org/trixie/rust-alloc-no-stdlib
- Licenses: bsd-3-clause
- Latest release: 2.0.4-1 (published 7 months ago)
- Last Synced: 2026-03-14T19:15:17.810Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%