1// (c) Cartesi and individual authors (see AUTHORS) 2// SPDX-License-Identifier: Apache-2.0 (see LICENSE) 3 4#![allow(clippy::module_inception)] 5 6pub mod conversions; 7 8mod grpc_interface; 9pub use grpc_interface::state_fold_server;