cr8t / udev

Pure Rust interface to the userspace devfs (udev) subsystem on Linux
GNU General Public License v2.0
4 stars 1 forks source link

util: add `encode_string` helper #12

Closed cr8t closed 10 months ago

cr8t commented 10 months ago

Adds the encode_string utility helper function for creating valid, UTF-8 encoded UDEV strings. The function escapes potentially dangerous characters.