imag/lib/entry/libimagentryview/src/builtin/mod.rs

27 lines
956 B
Rust
Raw Normal View History

//
// imag - the personal information management suite for the commandline
// Copyright (C) 2015-2019 Matthias Beyer <mail@beyermatthias.de> and contributors
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; version
// 2.1 of the License.
//
// This library 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
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
//
2016-08-01 15:13:49 +00:00
pub mod editor;
2016-04-18 17:59:05 +00:00
pub mod plain;
2016-07-16 20:46:43 +00:00
pub mod stdout;
2018-04-24 12:38:41 +00:00
#[cfg(feature = "markdownviewer")]
pub mod md;