ITADN

Support `Option<&str>` and `Option<String>

#488Openconradludgate 创建于 2025-10-31
C
conradludgatecommented
Currently `&str` is supported for string types, but if the string isn't always populated it would be nice to serialise a null pointer. Current workaround is passing a `*const u8` which is error prone.
0 条评论