Add note that serde_multipart is awful

This commit is contained in:
Waffle 2021-01-23 15:59:59 +03:00
parent 55c02e3311
commit 1f4d29c547

View file

@ -6,6 +6,9 @@
//! ## How it works
//!
//! You better not know...
//!
//! This whole module is an awful hack and we'll probably stop using it in next
//! versions (in favor of something less automatic, but more simple).
mod serializers;
mod unserializers;