Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed May 10, 2024
1 parent 0d134dd commit 5346101
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/concrete_session/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ use config::{DebugInfo, OptLevel};

pub mod config;

/// This struct holds the information needed to compile this compilation unit,
/// like whether to generate debug info, optimization levels, target, host, etc.
#[derive(Debug, Clone)]
pub struct Session {
pub file_paths: Vec<PathBuf>,
Expand Down

0 comments on commit 5346101

Please sign in to comment.