Module abscissa::util[][src]

Miscellaneous utilities

Re-exports

pub extern crate chrono as time;
pub extern crate toml;

Structs

CanonicalPath

A reference type for a canonical filesystem path

CanonicalPathBuf

An owned path on the filesystem which is guaranteed to be canonical.

Version

Represents a version number conforming to the semantic versioning scheme.

Traits

Zeroize

Trait for securely erasing types from memory

Functions

current_exe

Returns the full, canonicalized filesystem path of the current running executable.