-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
Rather than accepting just &str, we should accept the more generic impl AsRef<str> to allow different string types to be passed in (e.g. String or &String). This is in line with the C-GENERIC Rust API guideline.
- is depended on by
-
RUST-765 Ensure API follows Rust API Guidelines
- Closed