Embedded code may interact with C and thus may find these types useful. It'd make sense to allow usage of CStr in libcore and CString in liballoc.
Of course, right now due to the way implementations work in the standard library it may not be possible to include CStr in libcore. However, moving it to liballoc is still a step up.
Embedded code may interact with C and thus may find these types useful. It'd make sense to allow usage of
CStrin libcore andCStringin liballoc.Of course, right now due to the way implementations work in the standard library it may not be possible to include
CStrin libcore. However, moving it to liballoc is still a step up.