{"id":24737319,"url":"https://github.com/byzanteam/jet-programmable-rust-binding","last_synced_at":"2026-05-07T07:35:32.015Z","repository":{"id":40393621,"uuid":"487510518","full_name":"Byzanteam/jet-programmable-rust-binding","owner":"Byzanteam","description":"The rust binding for jet programmable","archived":false,"fork":false,"pushed_at":"2022-12-29T08:37:42.000Z","size":81,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-03T22:43:04.820Z","etag":null,"topics":["jet"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Byzanteam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-01T10:44:52.000Z","updated_at":"2022-10-20T02:20:25.000Z","dependencies_parsed_at":"2023-01-31T08:31:29.340Z","dependency_job_id":null,"html_url":"https://github.com/Byzanteam/jet-programmable-rust-binding","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Byzanteam%2Fjet-programmable-rust-binding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Byzanteam%2Fjet-programmable-rust-binding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Byzanteam%2Fjet-programmable-rust-binding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Byzanteam%2Fjet-programmable-rust-binding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Byzanteam","download_url":"https://codeload.github.com/Byzanteam/jet-programmable-rust-binding/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244999211,"owners_count":20544866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jet"],"created_at":"2025-01-27T22:07:47.818Z","updated_at":"2026-05-07T07:35:31.979Z","avatar_url":"https://github.com/Byzanteam.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The rust binding for jet programmable\n\nThis repository contains the codec and host functions for the programmable wasm program.\n\n## Example\n```rust\n#![cfg_attr(not(test), no_main)]\n\nuse jet_programmable_rust_binding::{\n    outputs::Outputs, program, value_presenter::field_type::FieldType,\n    value_presenter::ValuePresenter,\n};\n\nfn entrypoint(inputs: Vec\u003cValuePresenter\u003e) -\u003e Outputs {\n    Outputs::build(inputs)\n}\n\nprogram!(entrypoint, vec![FieldType::SingleLineField]);\n\n#[cfg(test)]\nmod tests {\n    // test code goes here\n    // ...snpi\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyzanteam%2Fjet-programmable-rust-binding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyzanteam%2Fjet-programmable-rust-binding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyzanteam%2Fjet-programmable-rust-binding/lists"}