Expand description
SPDX-License-Identifier: AGPL-3.0-or-later Copyright (C) Alexander R. Croft
§Monoloop
Product façade for the three Monoloop components:
monoloop_contracts— shared identities and portsmonoloop_connector— abstract Connector + FakeConnectormonoloop_interpreter— dialect → complete canonical units (no token stream)monoloop_loop— transaction runtime + inner tool loop
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
BUILDfile (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 byLICENSING.md.