Contack is a realy simple rust library to manage contacts, acting as a bridge between different libraries rather than being able to serialise and deserialise itself. I made it because most of the current implementations are not programmer-friendly but rather strict specification followers. As you may have noticed, Contack, though mainly following standards lacks certain things: noticably support for indefinite amounts of certain properties. Current backends include:
vcard
. Note this only support serialisation.diesel_support
. This supports both serialisation and deserialisation.Planned backends include:
rodolex
. This would be an alternative to vcard
.