From 15508d74c48c94325744311205ca0bc0cf827c4e Mon Sep 17 00:00:00 2001 From: "nick.kino" <79381743+nick1udwig@users.noreply.github.com> Date: Mon, 13 May 2024 17:01:35 -0700 Subject: [PATCH] Update overview.md --- src/process_stdlib/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/process_stdlib/overview.md b/src/process_stdlib/overview.md index c3b90b5b..68405d3b 100644 --- a/src/process_stdlib/overview.md +++ b/src/process_stdlib/overview.md @@ -1,6 +1,6 @@ # `process_lib` Overview -This page serves as an introduction to the [process standard library](https://github.com/kinode-dao/process_lib), which is the easiest way to write Rust apps on Kinode OS. +This page serves as an introduction to the [process standard library](https://github.com/kinode-dao/process_lib), which makes writing Rust apps on Kinode OS easy. The full documentation can be found [here](https://docs.rs/kinode_process_lib), and the crate lives [here](https://crates.io/crates/kinode_process_lib). Note that the process lib is under heavy ongoing development.