aboutsummaryrefslogtreecommitdiff
path: root/zkvms/jolt/guest/src/lib.rs
blob: d90b3f2f4d8ba17b6eb397a792eb24c959947e98 (plain) (blame)
1
2
3
4
5
6
7
//#![cfg_attr(feature = "guest", no_std)]
#![no_main]

use wrapper_macro::make_wrapper;
use std::collections::*;

zkp::entrypoint_expr!{}