Struct rusty_x::Project[][src]

pub struct Project {
    pub locations: Vec<SnippetLocation>,
}

Project folder structure

Fields

Methods

impl Project
[src]

Write a project

Get the default project location

Auto Trait Implementations

impl Send for Project

impl Sync for Project