healthy implementation of PHP's serialization and session formats in Rust
muesli is Rust implementation of PHP's serialize(), unserialize(),
session_encode(), and session_decode() functions.
Installation
Add this to your Cargo.toml:
[]
= "0.0.2"
or run:
Usage
use ;
Rust Version Compatibility
Compiler support: requires rustc 1.79.0+
Development
An automated development environment is provided through devenv tool. It's the preferred
way to work on muesli.
Main development loop
The devenv shell provides the devloop command that run linters, tests and build command on files changes:
devloop