mitoo 0.3.0

mitoo is a Rust toolkit library that encapsulates methods such as configuration reading, file operations, encryption and decryption, transcoding, regular expressions, threading, collections, trees, sqlite, rabbitMQ, etc., and customizes or integrates various Util tool classes.
Documentation
{
    "name": "Alice",
    "age": 30,
    "is_student": false,
    "hobbies": ["reading", "swimming", "cooking"],
    "address": {
        "street": "123 Main St",
        "city": "New York",
        "state": "NY",
        "zip": "10001",
        "releases": [
            "v1", "v2"
        ],
        "x": {
            "y": "hello, json!"
        },
        "children": [
            {
                "name": "r",
                "age": 5
            },
            {
                "name": "s",
                "age": 6
            }
        ]
    }
}