Enum lal::ManifestLocation [] [src]

pub enum ManifestLocation {
    RepoRoot,
    LalSubfolder,
}

An enum to clarify intent

Variants

Plain style (old default)

In the .lal subfolder

Methods

impl ManifestLocation
[src]

[src]

Generate path for Manifest assuming pwd is the root

[src]

Find the manifest file

Looks first in ./.lal/manifest.json and falls back to ./manifest.json

Trait Implementations

impl Default for ManifestLocation
[src]

[src]

Returns the "default value" for a type. Read more