Skip to main content

Module serde_path

Module serde_path 

Source
Expand description

Custom serde serializers for cross-platform path output. Custom serde serializers for PathBuf and Vec<PathBuf> that always output forward slashes, regardless of platform. This ensures consistent JSON/SARIF output on Windows.

Functionsยง

serialize
Serialize a Path with forward slashes for cross-platform consistency.
serialize_vec
Serialize a Vec<PathBuf> with forward slashes for cross-platform consistency.