Skip to content

Commit

Permalink
Re-export garde from egui_form
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed May 5, 2024
1 parent f3e8a9b commit 2243237
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/egui_form/src/garde.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ use crate::EguiValidationReport;
use std::borrow::Cow;
use std::collections::BTreeMap;

pub use garde;

/// A wrapper around a [garde::Report] that implements [EguiValidationReport].
pub struct GardeReport(BTreeMap<String, garde::Error>);

Expand Down

0 comments on commit 2243237

Please sign in to comment.