bevy-persistent 0.5.0

A Bevy helper to easily manage resources that need to persist across game sessions.
Documentation

bevy-persistent

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 13 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

all

  • bincode
  • ini
  • json
  • pretty
  • ron
  • toml
  • yaml

bincode

  • dep:bincode

ron

  • dep:ron

toml

  • dep:toml

ini

  • serde_ini

yaml

  • serde_yaml

json

  • serde_json

serde_json

  • dep:serde_json

serde_ini

  • dep:serde_ini

serde_yaml

  • dep:serde_yaml

library

    This feature flag does not enable additional features.

pretty

    This feature flag does not enable additional features.