We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0f123 commit e14dbc7Copy full SHA for e14dbc7
packages/std/src/msgpack.rs
@@ -1,7 +1,7 @@
1
-// This file simply re-exports some methods from serde_json
+// This file mostly re-exports some methods from rmp-serde
2
// The reason is two fold:
3
// 1. To easily ensure that all calling libraries use the same version (minimize code size)
4
-// 2. To allow us to switch out to eg. serde-json-core more easily
+// 2. To allow us to switch out to another MessagePack library if needed
5
6
use core::any::type_name;
7
use serde::{de::DeserializeOwned, Serialize};
0 commit comments