vim_rs 0.4.4

Rust Bindings for the VMware by Broadcom vCenter VI JSON API
Documentation
1
2
3
4
5
6
// Binary serialization/deserialization is now handled by:
// - Serialization: base64::display::Base64Display in generated Serializer structs
// - Deserialization: crate::types::mini_helpers::Base64 wrapper in generated Fields structs
//
// The SerializeBinary/DeserializeBinary wrappers and FmtWriter are no longer needed.
// Pretty-print Debug is handled by crate::types::mini_helpers::write_pretty_json.