{"id":15398126,"url":"https://github.com/cuviper/probe-rs","last_synced_at":"2025-04-06T15:13:17.032Z","repository":{"id":387395,"uuid":"21631289","full_name":"cuviper/probe-rs","owner":"cuviper","description":"probe: Static probes for Rust","archived":false,"fork":false,"pushed_at":"2023-04-11T15:58:17.000Z","size":950,"stargazers_count":94,"open_issues_count":4,"forks_count":10,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-30T14:11:12.198Z","etag":null,"topics":["rust"],"latest_commit_sha":null,"homepage":"","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/cuviper.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,"governance":null}},"created_at":"2014-07-08T22:21:20.000Z","updated_at":"2024-11-20T02:08:32.000Z","dependencies_parsed_at":"2023-07-05T14:45:17.261Z","dependency_job_id":null,"html_url":"https://github.com/cuviper/probe-rs","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuviper%2Fprobe-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuviper%2Fprobe-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuviper%2Fprobe-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuviper%2Fprobe-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cuviper","download_url":"https://codeload.github.com/cuviper/probe-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247500469,"owners_count":20948880,"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":["rust"],"created_at":"2024-10-01T15:41:05.717Z","updated_at":"2025-04-06T15:13:17.015Z","avatar_url":"https://github.com/cuviper.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# probe: Static probes for Rust\n\n[![probe crate](https://img.shields.io/crates/v/probe.svg)](https://crates.io/crates/probe)\n![minimum rustc 1.66](https://img.shields.io/badge/rustc-1.66+-red.svg)\n[![probe documentation](https://docs.rs/probe/badge.svg)](https://docs.rs/probe)\n[![build status](https://github.com/cuviper/probe-rs/workflows/CI/badge.svg)](https://github.com/cuviper/probe-rs/actions)\n\nWith the `probe!` macro, programmers can place static instrumentation\npoints in their code to mark events of interest. These are compiled into\nplatform-specific implementations, e.g. SystemTap SDT on Linux. Probes are\ndesigned to have negligible overhead during normal operation, so they can\nbe present in all builds, and only activated using those external tools.\n\n[Documentation](https://docs.rs/probe/)\n\n## Using probe\n\n[`probe!` is available on crates.io](https://crates.io/crates/probe).\nThe recommended way to use it is to add a line into your Cargo.toml such as:\n\n```toml\n[dependencies]\nprobe = \"0.5\"\n```\n\nThen `use probe::probe;` in your code and insert macro calls wherever you want\nto mark something, `probe!(provider, name, args...)`. The `provider` and `name`\nare identifiers of your choice, and any additional arguments are runtime\nexpressions that will be cast `as isize` for the probe consumer to read.\nThere is also a `probe_lazy!` variant that tries to avoid evaluating the\nargument expressions when probes aren't in use, if the platform-specific\nimplementation allows that to be determined.\n\n## License\n\n`probe` is distributed under the terms of both the MIT license and the\nApache License (Version 2.0). See [LICENSE-APACHE](LICENSE-APACHE) and\n[LICENSE-MIT](LICENSE-MIT) for details. Opening a pull request is\nassumed to signal agreement with these licensing terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuviper%2Fprobe-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuviper%2Fprobe-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuviper%2Fprobe-rs/lists"}