penmanship 0.1.0

A Unicode character lookup library for converting text patterns to Unicode characters
Documentation
1
2
3
4
5
6
disallowed-methods = [
    # No `to_string_lossy` methods, as they lead to loss of information.
    # Prefer using `to_str` or `to_string` with proper error handling.
    "std::ffi::OsStr::to_string_lossy",
    "std::path::Path::to_string_lossy",
]