kinode_process_lib

Crates.iokinode_process_lib
lib.rskinode_process_lib
version
sourcesrc
created_at2024-01-17 22:37:05.139774
updated_at2024-12-03 23:57:37.949395
descriptionA library for writing Kinode processes in Rust.
homepagehttps://kinode.org
repositoryhttps://github.com/kinode-dao/process_lib
max_upload_size
id1103454
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`
size0
(dr-frmr)

documentation

README

kinode_process_lib

Library of functions for more ergonomic Kinode Rust process development.

Documentation can be found here.

Crate 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.

Commit count: 489

cargo fmt