Anki/rslib/src/lib.rs
2020-02-17 08:40:16 +10:00

15 lines
310 B
Rust

// Copyright: Ankitects Pty Ltd and contributors
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
#![deny(unused_must_use)]
mod backend_proto;
pub mod backend;
pub mod cloze;
pub mod err;
pub mod media;
pub mod sched;
pub mod template;
pub mod template_filters;
pub mod text;