contack 0.3.3

A simple and easy contact library for rust.
Documentation

Contack

License: MIT License

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 vcard. Note this only support serialisation.
  • Diesel diesel_support. This supports both serialisation and deserialisation.

Planned backends include:

  • Rodolex rodolex. This would be an alternative to vcard.