You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -100,11 +100,11 @@ cargo run --example async_http_server --features=lua54,async,macros,send
100
100
curl -v http://localhost:3000
101
101
```
102
102
103
-
###Serialization (serde) support
103
+
###Serde support
104
104
105
-
With the`serde` feature flag enabled,`mlua` allows you to serialize/deserialize any type that implements[`serde::Serialize`] and[`serde::Deserialize`] into/from[`mlua::Value`]. In addition,`mlua` provides the[`serde::Serialize`] trait implementation forit (including`UserData` support).
105
+
With the`serde` feature flag enabled,`mlua` allows you to serialize/deserialize any type that implements[`serde::Serialize`] and[`serde::Deserialize`] into/from[`mlua::Value`]. In addition,`mlua` provides the[`serde::Serialize`] trait implementation for`mlua::Value` (including`UserData` support).