Crates.io | kinode_process_lib |
lib.rs | kinode_process_lib |
version | |
source | src |
created_at | 2024-01-17 22:37:05.139774 |
updated_at | 2024-12-03 23:57:37.949395 |
description | A library for writing Kinode processes in Rust. |
homepage | https://kinode.org |
repository | https://github.com/kinode-dao/process_lib |
max_upload_size | |
id | 1103454 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
kinode_process_lib
Library of functions for more ergonomic Kinode Rust process development.
Documentation can be found here.
See the Kinode Book for a guide on how to use this library to write Kinode apps in Rust.
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.