adding crates/README.md for rust docs

This commit is contained in:
Luke Boswell 2022-10-26 14:41:25 +11:00
parent f0b65048cd
commit 04903295f8
No known key found for this signature in database
GPG key ID: 0E908525B2C7BD68
5 changed files with 148 additions and 0 deletions

View file

@ -1,3 +1,7 @@
//! Provides AST library for Roc
//!
//! AST is used by roc_editor and (soon) roc_docs. In contrast to the compiler,
//! these types do not keep track of a location in a file.
pub mod ast_error;
mod builtin_aliases;
mod canonicalization;