Struct eve::Eve[][src]

pub struct Eve;

A struct to allow replacement of text with environment variables.

Methods

impl Eve
[src]

Creates a new Eve using environment variables from ./.env.

Creates a new Eve using environment variables from the path specified by the path variables.

Perform a replacement on the provided text.

Trait Implementations

impl Clone for Eve
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Eve
[src]

impl Debug for Eve
[src]

Formats the value using the given formatter. Read more

impl Replacer for Eve
[src]

Appends text to dst to replace the current match. Read more

Return a fixed unchanging replacement string. Read more

Return a Replacer that borrows and wraps this Replacer. Read more

Auto Trait Implementations

impl Send for Eve

impl Sync for Eve