| Crates.io | perfetto-sdk-sys |
| lib.rs | perfetto-sdk-sys |
| version | 0.2.3 |
| created_at | 2025-11-06 19:37:02.834039+00 |
| updated_at | 2026-01-15 12:12:23.082807+00 |
| description | Low-level FFI bindings for Perfetto |
| homepage | https://www.perfetto.dev |
| repository | https://github.com/google/perfetto |
| max_upload_size | |
| id | 1920213 |
| size | 11,443,418 |
Low-level FFI bindings for Perfetto.
vendored (default)Compiles the Perfetto C library from the included amalgamated source. This is the default and recommended option for most users.
bindgenRegenerates the Rust bindings from the C headers at build time using
bindgen. This requires libclang
to be installed on the system.
By default, pre-generated bindings are used, which avoids the libclang
dependency and speeds up build times. Enable this feature when:
libclang versioncargo build --features bindgen