Added crate-level docs for ablescript

This commit is contained in:
Erin 2022-04-18 21:59:57 +02:00 committed by ondra05
parent 165e7c6b5f
commit fd0e7012ac

View file

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