From d66da17c17239408f2ddbc2794621e2d947056a3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 5 May 2023 01:33:55 +0000 Subject: feat(windmark): prelude feature flag --- src/prelude.rs | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/prelude.rs (limited to 'src/prelude.rs') diff --git a/src/prelude.rs b/src/prelude.rs new file mode 100644 index 0000000..8a08b48 --- /dev/null +++ b/src/prelude.rs @@ -0,0 +1,23 @@ +// This file is part of Windmark . +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, version 3. +// +// This program is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// Copyright (C) 2022-2023 Fuwn +// SPDX-License-Identifier: GPL-3.0-only + +pub use crate::{ + context, + module::{AsyncModule, Module}, + response::Response, + router::Router, +}; -- cgit v1.2.3