Module fermium::rwops[][src]

Expand description

Allows for interaction with things you can read and write from.

Usually files, but you can also point this at static memory and stuff in some situations.

Only a minimal amount of this module is currently bound. If you want more added, PRs accepted.

Structs

SDL’s read/write abstraction.

Functions

Free an SDL_RWops after use.

Creates a SDL_RWops from a filename and mode string.