Skip to content

Commit

Permalink
Merge pull request #196 from jurij-jukic/section-3-patch
Browse files Browse the repository at this point in the history
Section 3. `process_lib` patch
  • Loading branch information
dr-frmr authored May 13, 2024
2 parents 0962021 + c91b03e commit aaeade0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/process_stdlib/overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Overview
# `process_lib` Overview

The [process standard library](https://github.com/kinode-dao/process_lib) is the easiest way to write Rust apps on Kinode OS.
Documentation can be found [here](https://docs.rs/kinode_process_lib), and the crate lives [here](https://crates.io/crates/kinode_process_lib).
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.
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.
Therefore, the best way to use it is by selecting a tag or commit hash from the GitHub repo and using that as the version in your `Cargo.toml` file.
Expand Down

0 comments on commit aaeade0

Please sign in to comment.