You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.
Quite urgent, &str is limiting us at a lot of places. Would be great to have this. This seems like a great introductory project for me to get used to the Allocator.
The text was updated successfully, but these errors were encountered:
Basic AsciiString was added. Although it does not support UTF-8, we decided that ascii-based string is enough for the kernel. The implementation of AsciiString still needs some features, most depend on vector's Iterator. Therefore, I am going to leave the issue open until those features are added AND additionally Slice is reimplemented mentioned in issue #13.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Quite urgent,
&str
is limiting us at a lot of places. Would be great to have this. This seems like a great introductory project for me to get used to theAllocator
.The text was updated successfully, but these errors were encountered: