bevy_save 2.0.1+4

A framework for saving and loading application state in Bevy.
Documentation
(
    entities: {
        4294967302: (
            components: {
                "bevy_transform::components::transform::Transform": (
                    translation: (1.0, 2.0, 3.0),
                    rotation: (0.0, 0.0, 0.0, 1.0),
                    scale: (1.0, 1.0, 1.0),
                ),
            },
        ),
        4294967303: (
            components: {
                "bevy_transform::components::transform::Transform": (
                    translation: (4.0, 5.0, 6.0),
                    rotation: (0.0, 0.0, 0.0, 1.0),
                    scale: (1.0, 1.0, 1.0),
                ),
                "flows::ExampleComponent": (
                    float: 64.0,
                    string: "Hello, world!",
                ),
            },
        ),
    },
    resources: {},
)