Crate dias

Source
Expand description

Minimal cross-platform support for common platform specific things, intended for small games for web plus desktopy platforms.

Here “standard” refers to the case where std is available and working (ie not web).

Currently tested on Linux and Web. In principle should work fine on Mac OS X and Windows.

Modules§

cmd_line
Command line options.
config
Config file loading and saving.
exit
Support for exiting programs.
storage
File-like storage.

Enums§

AvailabilityError