Module fermium::rwops[][src]

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_RWops

SDL’s read/write abstraction.

Functions

SDL_FreeRW

Free an SDL_RWops after use.

SDL_RWFromFile

Creates a SDL_RWops from a filename and mode string.