Struct anitomy_sys::Options[][src]

#[repr(C)]
pub struct Options { /* fields omitted */ }

The options used by Anitomy to determine how to parse a filename.

Methods

impl Options
[src]

Set the allowed delimiters.

Set the strings to ignore.

Set whether to attempt to parse the episode number.

Set whether to attempt to parse the episode title.

Set whether to attempt to parse the file extension.

Set whether to attempt to parse the release group.

Auto Trait Implementations

impl Send for Options

impl Sync for Options