Skip to content

Commit

Permalink
more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Feb 22, 2024
1 parent a5e88cb commit 318fab7
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*
STAM Library (Stand-off Text Annotation Model)
by Maarten van Gompel <proycon@anaproy.nl>
Digital Infrastucture, KNAW Humanities Cluster
Licensed under the GNU General Public License v3
https://github.com/annotation/stam-tools
*/

//! This library powers the command line tools that offer various functionality for STAM.

pub mod align;
pub mod annotate;
pub mod grep;
Expand All @@ -9,20 +21,4 @@ pub mod tsv;
pub mod validate;
pub mod view;

/*
pub use align::{
align, align_arguments, align_texts, alignments_tsv_out, AlignmentAlgorithm, AlignmentConfig,
AlignmentScope,
};
pub use annotate::*;
pub use grep::*;
pub use info::*;
pub use query::*;
pub use tag::*;
pub use to_text::*;
pub use tsv::*;
pub use validate::*;
pub use view::*;
*/

pub const VERSION: &'static str = env!("CARGO_PKG_VERSION");

0 comments on commit 318fab7

Please sign in to comment.