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.


Owner metadata:


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 Email 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

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)

Dependencies

Cargo.toml cargo
alloc-stdlib/Cargo.toml cargo