mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Merge pull request #4403 from lukewilliamboswell/rust-docs
adding crates/README.md for rust docs
This commit is contained in:
commit
ae1a9e4dd6
5 changed files with 157 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
//! Provides the core CLI functionality for the `roc` binary
|
||||
|
||||
#[macro_use]
|
||||
extern crate const_format;
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//! the `roc` binary
|
||||
use roc_build::link::LinkType;
|
||||
use roc_cli::build::check_file;
|
||||
use roc_cli::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue