This commit is contained in:
Frank Benkstein 2019-04-24 07:25:46 +02:00
parent 8ad6d67011
commit e8becbb715
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
//! This crate allows you to serialize and deserialize any type that implements
//! `serde::Serialize` and `serde::Deserialzie` into/from `rlua::Value`.
//! `serde::Serialize` and `serde::Deserialize` into/from `rlua::Value`.
//!
//! Implementation is similar to `serde_json::Value`
//!