bacon 3.23.0

background rust compiler
Documentation
1
2
3
4
5
6
7
/// The kind of projec/context, as it impacts computing features,
/// files to watch, etc.
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum ContextNature {
    Cargo,
    Other,
}