{"id":23091727,"url":"https://github.com/sqlite-mpi/rust-bindgen-fix-ios-target","last_synced_at":"2025-04-03T18:20:13.541Z","repository":{"id":101556658,"uuid":"265639543","full_name":"sqlite-mpi/rust-bindgen-fix-ios-target","owner":"sqlite-mpi","description":"Fixes build for iOS target","archived":false,"fork":false,"pushed_at":"2020-05-20T17:37:10.000Z","size":10820,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"fix-ios-target-from-v0.51.1","last_synced_at":"2025-02-09T06:41:21.427Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlite-mpi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-20T17:31:44.000Z","updated_at":"2020-05-20T17:40:04.000Z","dependencies_parsed_at":"2023-06-05T15:30:43.680Z","dependency_job_id":null,"html_url":"https://github.com/sqlite-mpi/rust-bindgen-fix-ios-target","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/sqlite-mpi%2Frust-bindgen-fix-ios-target","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlite-mpi%2Frust-bindgen-fix-ios-target/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlite-mpi%2Frust-bindgen-fix-ios-target/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlite-mpi%2Frust-bindgen-fix-ios-target/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlite-mpi","download_url":"https://codeload.github.com/sqlite-mpi/rust-bindgen-fix-ios-target/tar.gz/refs/heads/fix-ios-target-from-v0.51.1","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247052617,"owners_count":20875685,"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":[],"created_at":"2024-12-16T21:19:23.579Z","updated_at":"2025-04-03T18:20:13.534Z","avatar_url":"https://github.com/sqlite-mpi.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![crates.io](https://img.shields.io/crates/v/bindgen.svg)](https://crates.io/crates/bindgen)\n[![docs.rs](https://docs.rs/bindgen/badge.svg)](https://docs.rs/bindgen/)\n\n# `bindgen`\n\n**`bindgen` automatically generates Rust FFI bindings to C (and some C++) libraries.**\n\nFor example, given the C header `doggo.h`:\n\n```c\ntypedef struct Doggo {\n    int many;\n    char wow;\n} Doggo;\n\nvoid eleven_out_of_ten_majestic_af(Doggo* pupper);\n```\n\n`bindgen` produces Rust FFI code allowing you to call into the `doggo` library's\nfunctions and use its types:\n\n```rust\n/* automatically generated by rust-bindgen */\n\n#[repr(C)]\npub struct Doggo {\n    pub many: ::std::os::raw::c_int,\n    pub wow: ::std::os::raw::c_char,\n}\n\nextern \"C\" {\n    pub fn eleven_out_of_ten_majestic_af(pupper: *mut Doggo);\n}\n```\n\n## Users Guide\n\n[📚 Read the `bindgen` users guide here! 📚](https://rust-lang.github.io/rust-bindgen)\n\n## API Reference\n\n[API reference documentation is on docs.rs](https://docs.rs/bindgen)\n\n## Contributing\n\n[See `CONTRIBUTING.md` for hacking on `bindgen`!](./CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsqlite-mpi%2Frust-bindgen-fix-ios-target","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsqlite-mpi%2Frust-bindgen-fix-ios-target","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsqlite-mpi%2Frust-bindgen-fix-ios-target/lists"}