{"id":23656287,"url":"https://github.com/xiaopengli89/dtrace-rs","last_synced_at":"2026-02-16T15:00:59.289Z","repository":{"id":269368167,"uuid":"906743767","full_name":"xiaopengli89/dtrace-rs","owner":"xiaopengli89","description":"Rust-like bindings to dtrace.","archived":false,"fork":false,"pushed_at":"2024-12-23T09:26:02.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T23:44:41.360Z","etag":null,"topics":["dtrace","rust"],"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/xiaopengli89.png","metadata":{"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-21T19:18:48.000Z","updated_at":"2024-12-25T09:52:41.000Z","dependencies_parsed_at":"2025-02-19T09:39:11.039Z","dependency_job_id":null,"html_url":"https://github.com/xiaopengli89/dtrace-rs","commit_stats":null,"previous_names":["xiaopengli89/dtrace-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xiaopengli89/dtrace-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaopengli89%2Fdtrace-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaopengli89%2Fdtrace-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaopengli89%2Fdtrace-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaopengli89%2Fdtrace-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiaopengli89","download_url":"https://codeload.github.com/xiaopengli89/dtrace-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaopengli89%2Fdtrace-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29510518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dtrace","rust"],"created_at":"2024-12-28T20:28:03.413Z","updated_at":"2026-02-16T15:00:59.271Z","avatar_url":"https://github.com/xiaopengli89.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dtrace\nRust-like bindings to dtrace.\n\n```rust\nlet pid = 1324;\nlet mut dt = dtrace::Dtrace::new().unwrap();\ndt.setopt_c(c\"strsize\", c\"4096\").unwrap();\ndt.setopt_c(c\"bufsize\", c\"4m\").unwrap();\ndt.exec_program(\u0026format!(\n    r#\"pid{}::__exit:entry{{printf(\"exit\"); exit(0)}}\"#,\n    pid\n))\n.unwrap();\ndt.go().unwrap();\n\nprintln!(\"waiting for exit...\");\nwhile let Ok(false) = dt.work(|output| {\n    println!(\"\u003e\u003e {output}\");\n}) {}\ndt.stop().unwrap();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaopengli89%2Fdtrace-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiaopengli89%2Fdtrace-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaopengli89%2Fdtrace-rs/lists"}