Crates.io | serde_php |
lib.rs | serde_php |
version | 0.5.0 |
source | src |
created_at | 2019-10-29 21:17:40.291534 |
updated_at | 2020-10-07 00:10:38.123794 |
description | Serde support for PHP's serialization format. |
homepage | |
repository | https://github.com/mbr/serde_php-rs |
max_upload_size | |
id | 176747 |
size | 67,248 |
Allows serialization and deserialization to/from PHP's serialize()
/unserialize()
format. See the documentation for details: docs.rs/serde_php.