13 lines
277 B
Rust
13 lines
277 B
Rust
// SPDX-License-Identifier: (0BSD or MIT)
|
|
/*
|
|
* advotracker - Hotline tackingtool for Advocats
|
|
*
|
|
* Copyright 2020-2021 Ralf Zerres <ralf.zerres@networkx.de>
|
|
*/
|
|
|
|
/// The configuration state
|
|
pub mod configuration_state;
|
|
|
|
/// The configuration view
|
|
pub mod configuration_view;
|