{"id":18616678,"url":"https://github.com/sile/amf","last_synced_at":"2025-10-18T19:45:39.945Z","repository":{"id":44354105,"uuid":"71816421","full_name":"sile/amf","owner":"sile","description":"A Rust Implementation of AMF (Action Media Format)","archived":false,"fork":false,"pushed_at":"2022-02-03T10:08:22.000Z","size":109,"stargazers_count":12,"open_issues_count":2,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-23T15:51:00.960Z","etag":null,"topics":["amf","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sile.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-24T17:59:08.000Z","updated_at":"2024-11-26T17:51:48.000Z","dependencies_parsed_at":"2022-09-01T22:31:32.316Z","dependency_job_id":null,"html_url":"https://github.com/sile/amf","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/sile/amf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Famf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Famf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Famf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Famf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sile","download_url":"https://codeload.github.com/sile/amf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Famf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266187727,"owners_count":23890012,"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":["amf","rust"],"created_at":"2024-11-07T03:37:33.101Z","updated_at":"2025-10-18T19:45:39.824Z","avatar_url":"https://github.com/sile.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"amf\n===\n\n[![amf](https://img.shields.io/crates/v/amf.svg)](https://crates.io/crates/amf)\n[![Documentation](https://docs.rs/amf/badge.svg)](https://docs.rs/amf)\n[![Actions Status](https://github.com/sile/amf/workflows/CI/badge.svg)](https://github.com/sile/amf/actions)\n[![Coverage Status](https://coveralls.io/repos/github/sile/amf/badge.svg?branch=master)](https://coveralls.io/github/sile/amf?branch=master)\n![License](https://img.shields.io/crates/l/amf)\n\nA Rust Implementation of AMF (Action Media Format).\n\n\nDocumentation\n-------------\n\nSee [RustDoc Documentation](https://docs.rs/amf/).\n\nExample\n-------\n\nFollowing code decodes a AMF0 encoded value read from the standard input:\n\n```rust\n// file: examples/decode_amf0.rs\nextern crate amf;\n\nuse std::io;\nuse amf::{Value, Version};\n\nfn main() {\n    let mut input = io::stdin();\n    let amf0_value = Value::read_from(\u0026mut input, Version::Amf0).unwrap();\n    println!(\"VALUE: {:?}\", amf0_value);\n}\n```\n\nAn execution result:\n\n```bash\n$ cat src/testdata/amf0-number.bin | cargo run --example decode_amf0\nVALUE: Amf0(Number(3.5))\n```\n\nReferences\n----------\n\n- [AMF0 Specification](http://download.macromedia.com/pub/labs/amf/amf0_spec_121207.pdf)\n- [AMF3 Specification](https://www.adobe.com/content/dam/acom/en/devnet/pdf/amf-file-format-spec.pdf)\n- [Action Message Format - Wikipedia](https://en.wikipedia.org/wiki/Action_Message_Format)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsile%2Famf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsile%2Famf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsile%2Famf/lists"}