diff options
Diffstat (limited to 'tamer/src/lib.rs')
-rw-r--r-- | tamer/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tamer/src/lib.rs b/tamer/src/lib.rs index bf0f698..c372488 100644 --- a/tamer/src/lib.rs +++ b/tamer/src/lib.rs @@ -15,4 +15,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. +//! An incremental rewrite of TAME in Rust. + pub mod ld; +pub mod sym; |