-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
11 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
# process_lib | ||
# kinode_process_lib | ||
|
||
Library of functions for more ergonomic kinode process development. | ||
Library of functions for more ergonomic [Kinode](https://github.com/kinode-dao/kinode) process development. See the [Kinode Book](https://book.kinode.org) for a guide on how to use this library to write Kinode apps in Rust. | ||
|
||
To develop/build: | ||
``` | ||
git submodule update --init | ||
cargo build | ||
``` | ||
|
||
Docs: waiting on other crates to be published. | ||
The major version of `kinode_process_lib` will always match the major version of Kinode OS. Since the current major version of both is 0, breaking changes can occur on minor releases. Once the major version reaches 1, breaking changes will only occur between major versions. As is, developers may have to update their version of process_lib as they update Kinode OS. |