forester-http

Crates.ioforester-http
lib.rsforester-http
version0.1.0
sourcesrc
created_at2023-09-04 21:29:57.62739
updated_at2023-09-04 21:29:57.62739
descriptionthe lib provides an access to api for the forester instance using http protocol
homepagehttps://github.com/besok/forester
repositoryhttps://github.com/besok/forester
max_upload_size
id963672
size52,012
Boris Zhguchev (besok)

documentation

README

Logo

Forester - A fast orchestration engine, implementing behavior trees.

About

Forester represents a framework that provides the toolkit to perform the effective task orckestrations. The tasks can be performed synchronously or asynchronously, locally or remotely. Forester takes care of the correct performance and distribution of the tasks. The main concept of the framework is the flow based on the behavior trees it can be effectively used in the game, ai, robotic areas, or anywhere where the workflow engine can be applied.

Forester http client library

This library provides a simple http client for Forester to use with the Forester API. The main purpose is to implement remote actions on Forester.

Commit count: 189

cargo fmt