Function lancelot::rsrc::get_name[][src]

pub fn get_name(rsrc: Rsrc) -> String

Fetch the file system name of the given resource.

use lancelot::rsrc::*;
assert_eq!(get_name(Rsrc::K32), "k32.bin");