kyren / gc-arena

Incremental garbage collection from safe Rust
Creative Commons Zero v1.0 Universal
440 stars 37 forks source link

no-std support? #1

Closed nico-abram closed 3 years ago

nico-abram commented 5 years ago

Would this be a possible goal of this project?

kyren commented 5 years ago

I think that would be reasonable, as it really only needs libcore and an allocator. Also, it would be nice to specify a custom allocator, but that's a separate issue.