https://github.com/dropbox/rust-alloc-no-stdlib
Last synced: about 1 month ago
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 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T11:28:48.000Z (about 1 year ago)
- Last Synced: 2024-10-29T16:20:15.846Z (about 2 months ago)
- Language: Rust
- Size: 58.6 KB
- Stars: 173
- Watchers: 11
- Forks: 18
- Open Issues: 8
-
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: 223
- Last Synced at: 2024-04-13T16:57:11.215Z
- Profile URL: https://github.com/dropbox
- Sponsor URL:
Committers metadata
Last synced: about 1 month ago
Total Commits: 43
Total Committers: 3
Avg Commits per committer: 14.333
Development Distribution Score (DDS): 0.349
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Daniel Reiter Horn | d****h@d****m | 28 |
Daniel Reiter Horn | d****h@u****t | 14 |
Till Höppner | t****l@h****s | 1 |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 2
-
Total downloads:
- cargo: 92,902,666 total
- Total docker downloads: 50,177,722
- Total dependent packages: 10 (may contain duplicates)
- Total dependent repositories: 15,616 (may contain duplicates)
- Total versions: 13
- Total maintainers: 1
cargo: 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: 2.0.4 (published over 2 years ago)
- Last Synced: 2024-11-10T20:32:32.928Z (about 1 month ago)
- Versions: 9
- Dependent Packages: 8
- Dependent Repositories: 7,812
- Downloads: 46,556,275 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)
cargo: 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.2.2 (published over 2 years ago)
- Last Synced: 2024-11-10T20:32:35.137Z (about 1 month ago)
- Versions: 4
- Dependent Packages: 2
- Dependent Repositories: 7,804
- Downloads: 46,346,391 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)