-
Notifications
You must be signed in to change notification settings - Fork 389
Closed
Description
These should be implemented in terms of:
- char = https://doc.rust-lang.org/std/os/raw/type.c_char.html
- signed char = https://doc.rust-lang.org/std/os/raw/type.c_schar.html
- unsigned char = https://doc.rust-lang.org/std/os/raw/type.c_uchar.html
Useful for passing &[c_char] --> rust::Slice<char> --> const char*.
Metadata
Metadata
Assignees
Labels
No labels