Skip to content

Commit dfeb68a

Browse files
add more documentation
1 parent e0ba5e8 commit dfeb68a

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

crates/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# basic-cli host
2+
3+
These crates provide the host for the basic-cli platform.
4+
5+
The host is a cli application that will call into roc and provides functionality to allocate memory and execute effects such as writing to stdio or making HTTP requests.

crates/roc_host/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.0.1"
44
authors = ["The Roc Contributors"]
55
license = "UPL-1.0"
66
edition = "2021"
7+
description = "This provides the host implementation for the platform."
78

89
[lib]
910
name = "roc_host"

crates/roc_host_bin/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.0.1"
44
authors = ["The Roc Contributors"]
55
license = "UPL-1.0"
66
edition = "2021"
7+
description = "This crate wraps roc_host to build an executable ready for preprocessing for surgical linking"
78

89
links = "app"
910

crates/roc_host_lib/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.0.1"
44
authors = ["The Roc Contributors"]
55
license = "UPL-1.0"
66
edition = "2021"
7+
description = "This crate wraps roc_host to build a static library for legacy linking"
78

89
[lib]
910
name = "host"

0 commit comments

Comments
 (0)