Merge pull request #4403 from lukewilliamboswell/rust-docs

adding crates/README.md for rust docs
This commit is contained in:
Anton-4 2022-10-29 08:30:20 +02:00 committed by GitHub
commit ae1a9e4dd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 157 additions and 0 deletions

View file

@ -1,3 +1,5 @@
//! Provides the core CLI functionality for the `roc` binary
#[macro_use]
extern crate const_format;

View file

@ -1,3 +1,4 @@
//! the `roc` binary
use roc_build::link::LinkType;
use roc_cli::build::check_file;
use roc_cli::{