[][src]Crate arctk

Library core.

Re-exports

pub use self::data::*;
pub use self::err::*;
pub use self::file::*;
pub use self::img::*;
pub use self::meta::*;
pub use self::phys::*;
pub use self::tools::*;
pub use self::util::*;

Modules

data

Data reduction.

err

Error handling.

file

File IO.

img

Image tools module.

meta

Meta-programming.

phys

Physics.

tools

Useful tools.

util

Utilities module.

Macros

access

Succinctly create a reference method for the given variable.

args

Import command line arguments as a requested type.

clone

Succinctly create a clone method for the given variable.

display_field
display_field_ln
map

Concisely construct a hashmap.

pause

Pause the thread for the given number of milliseconds.

report

Report an object and either its associated name, or a human readable string if supplied.

report_list

Report a list of items with an associated name, or a human readable string if supplied.