Skip to main content

Crate monoloop

Crate monoloop 

Source
Expand description

SPDX-License-Identifier: AGPL-3.0-or-later Copyright (C) Alexander R. Croft

§Monoloop

Product façade for the three Monoloop components:

Host assembly: see the crate README and examples fake_echo / host_grok_wiring (--features grok). docs.rs: https://docs.rs/monoloop. Normative specs: https://github.com/frogfishio/monoloop (doc/).

Licensed under AGPL-3.0-or-later. A commercial license is available at https://frogfish.io. See the repository LICENSING.md and LICENSE-COMMERCIAL.md.

Re-exports§

pub use monoloop_connector as connector;
pub use monoloop_contracts as contracts;
pub use monoloop_interpreter as interpreter;
pub use monoloop_loop as loop_runtime;

Constants§

BUILD
Build number from this crate’s BUILD file (synced from the workspace root).
VERSION
Crate version from Cargo (MAJOR.MINOR.PATCH).

Functions§

copyright_notice
Two-line copyright / license notice (SPDX equivalent).
version_string
{version}+build-{build} as required by LICENSING.md.