{"id":15688165,"url":"https://github.com/siketyan/apdu-rs","last_synced_at":"2025-07-14T06:43:40.367Z","repository":{"id":41184634,"uuid":"508652510","full_name":"siketyan/apdu-rs","owner":"siketyan","description":"🦀 Rust library to compose or parse APDU commands and responses.","archived":false,"fork":false,"pushed_at":"2023-02-05T12:39:54.000Z","size":66,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-07T20:46:26.444Z","etag":null,"topics":["apdu","derive","nfc","pcsc","rust-library"],"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/siketyan.png","metadata":{"funding":{"github":"siketyan","patreon":"siketyan"},"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-06-29T10:53:02.000Z","updated_at":"2025-05-06T07:23:48.000Z","dependencies_parsed_at":"2023-02-18T23:31:13.391Z","dependency_job_id":null,"html_url":"https://github.com/siketyan/apdu-rs","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siketyan%2Fapdu-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siketyan%2Fapdu-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siketyan%2Fapdu-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siketyan%2Fapdu-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siketyan","download_url":"https://codeload.github.com/siketyan/apdu-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252954144,"owners_count":21830895,"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":["apdu","derive","nfc","pcsc","rust-library"],"created_at":"2024-10-03T17:55:54.080Z","updated_at":"2025-05-07T20:46:32.439Z","avatar_url":"https://github.com/siketyan.png","language":"Rust","funding_links":["https://github.com/sponsors/siketyan","https://patreon.com/siketyan"],"categories":[],"sub_categories":[],"readme":"# 🦀 apdu-rs\n[![Rust](https://github.com/siketyan/apdu-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/siketyan/apdu-rs/actions/workflows/rust.yml)\n\nRust library to compose or parse APDU commands and responses.\n\n## 🏗 Crates\nThis repository is made of these crates separately:\n\n### apdu\n[![crates.io](https://img.shields.io/crates/v/apdu.svg)](https://crates.io/crates/apdu)\n[![docs](https://docs.rs/apdu/badge.svg)](https://docs.rs/apdu/)\n\n### apdu-core\n[![crates.io](https://img.shields.io/crates/v/apdu-core.svg)](https://crates.io/crates/apdu-core)\n[![docs](https://docs.rs/apdu-core/badge.svg)](https://docs.rs/apdu-core/)\n\n### apdu-derive\n[![crates.io](https://img.shields.io/crates/v/apdu-derive.svg)](https://crates.io/crates/apdu-derive)\n[![docs](https://docs.rs/apdu-derive/badge.svg)](https://docs.rs/apdu-derive/)\n\n## 📦 Getting Started\nAdd to your Cargo.toml as a dependency as follows:\n```toml\n[dependencies]\napdu = \"0.3\"\n```\n\n## 🛠 Longer payloads support\nThis library supports longer payloads of APDU commands and responses.\nIf you want to use these, turn `longer_payloads` feature on:\n\n```toml\napdu-core = { version = \"0.3\", features = [\"longer_payloads\"] }\n```\n\n## 🛠 no_std support\napdu-core crate does support no_std environments (but it requires `alloc` yet).\nIf you are using this crate in no_std, turn `std` feature off by disabling default features:\n\n```toml\n[dependencies]\napdu-core = { version = \"0.3\", default-features = false }\n```\n\n## 📄 Documentation\nSee [docs.rs](https://docs.rs/apdu/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiketyan%2Fapdu-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiketyan%2Fapdu-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiketyan%2Fapdu-rs/lists"}