Closed hn275 closed 2 months ago
This is an implementation detail of serde, see https://docs.rs/serde/latest/src/serde/de/impls.rs.html#1920-1949
You'll need to override serde's behavior to change this.\
As there is nothing to do within toml, I'm closing
I know
OsString
may or may not be utf-8, which could be a violation to toml format from the spec.I can serialize it with valid utf-8 characters, but the output is not what I expected.
and here is my dependency list in
Cargo.toml