Introduce Program API
This commit is contained in:
parent
0524e9b457
commit
c22269bff3
43 changed files with 1141 additions and 831 deletions
|
|
@ -6,7 +6,7 @@ use std::borrow::Cow;
|
|||
|
||||
/// The settings of an application.
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Settings<Flags> {
|
||||
pub struct Settings<Flags = ()> {
|
||||
/// The identifier of the application.
|
||||
///
|
||||
/// If provided, this identifier may be used to identify the application or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue