Added crate-level docs for ablescript

This commit is contained in:
Erin 2022-04-18 21:59:57 +02:00 committed by ondra05
parent ee6105dd91
commit 60fb95cb13

View file

@ -1,3 +1,4 @@
#![doc = include_str!("../../README.md")]
#![forbid(unsafe_code, clippy::unwrap_used)]
pub mod ast;