It seems the library, or at least most of its functionality, could be implementable on top of liballoc only and it might be useful for someone in that context. Libcore is certainly not enough, as Arc itself comes from liballoc (:thinking: well, the library allows for providing own Arc and plug it in, soo....).
It seems the library, or at least most of its functionality, could be implementable on top of liballoc only and it might be useful for someone in that context. Libcore is certainly not enough, as Arc itself comes from liballoc (:thinking: well, the library allows for providing own Arc and plug it in, soo....).