aboutsummaryrefslogtreecommitdiff
path: root/zkvms_host_io/input_macros
Commit message (Expand)AuthorAgeFilesLines
* fix(zkvms_host_io/input_macros): Add comma on public_types countKamen Mladenov2025-04-231-1/+1
* feat(zkvms_host_io): Update to use FunctionDefinitionKamen Mladenov2025-04-071-77/+36
* feat(zkvms_host_io): Add the "Return" type, which only contains the function ...Kamen Mladenov2025-04-041-1/+5
* fix(metrics): Do not remove leading zerosAristotelis Papanis2025-03-131-2/+2
* chore(metrics): Change output format of metricsAristotelis Papanis2025-03-131-17/+44
* chore: Rust fmtKamen Mladenov2025-02-271-22/+43
* feat(zkvms_host_io): Output guest name when benchmarkingKamen Mladenov2025-02-111-1/+1
* docs(zkvms_host_io): Add detailed documentation commentsKamen Mladenov2025-02-101-0/+64
* feat(zkvms_host_io): Allow appending to metric_output fileKamen Mladenov2025-02-101-2/+7
* feat(zkvms_host_io): Metrics output now contains the name of the zkvmKamen Mladenov2025-02-101-1/+1
* feat(zkvms_host_io): More standard CSV metrics output format and milliseconds...Kamen Mladenov2025-02-101-21/+18
* feat(zkvms_host_io): Create "benchmarkable" macro and add benchmarking flagsKamen Mladenov2025-02-071-0/+53
* feat(zkvms_host_io): Implement foreach_private_input_field and foreach_public...Kamen Mladenov2025-02-031-6/+36
* feat(guests_macro/parse_fn): Make _public functions also return private valuesKamen Mladenov2025-02-031-5/+5
* feat(zkvms_host_io): Add public_inputs and private_inputs attributes to RunWithKamen Mladenov2025-02-031-4/+20
* fix(zkvms_host_io): Remove useless template parameter to RunWithKamen Mladenov2025-02-031-1/+1
* feat: Move some public input parsing logic to parse_fnKamen Mladenov2025-02-031-12/+7
* feat(zkvms_host_io): Make Output type contain public inputsKamen Mladenov2025-02-032-1/+19
* feat: Add output type to zkvms_host_io macroKamen Mladenov2025-01-311-6/+12
* feat: Pass guest entrypoint type to hostKamen Mladenov2025-01-301-2/+1
* feat(zkvms_host_io/input_macros): Implement forach_input_field macroKamen Mladenov2025-01-281-0/+13
* feat(zkvms_host_io): Generate input type from string and read input data from...Kamen Mladenov2025-01-282-0/+43