{"id":16943727,"url":"https://github.com/deg4uss3r/ttype","last_synced_at":"2025-07-04T14:37:54.041Z","repository":{"id":57670746,"uuid":"265026195","full_name":"deg4uss3r/ttype","owner":"deg4uss3r","description":"A quick Rust macro crate for printing or returning the type of a variable ","archived":false,"fork":false,"pushed_at":"2020-05-21T17:29:48.000Z","size":4,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-22T17:48:45.887Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deg4uss3r.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-18T18:27:42.000Z","updated_at":"2020-05-21T17:29:51.000Z","dependencies_parsed_at":"2022-09-26T20:41:17.308Z","dependency_job_id":null,"html_url":"https://github.com/deg4uss3r/ttype","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deg4uss3r/ttype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deg4uss3r%2Fttype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deg4uss3r%2Fttype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deg4uss3r%2Fttype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deg4uss3r%2Fttype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deg4uss3r","download_url":"https://codeload.github.com/deg4uss3r/ttype/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deg4uss3r%2Fttype/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261611258,"owners_count":23184035,"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-10-13T21:15:04.293Z","updated_at":"2025-07-04T14:37:54.022Z","avatar_url":"https://github.com/deg4uss3r.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ttype\n\nA quick crate that creates a macro to print or return the type of a variable.\n\nRight now this depends on the unstable fetaures `type_name_of_val()` so it will require both Rust Nightly and the `#![feature(type_name_of_val)]` attribute for your debugging needs.\n\nExample:\n\n```rust\n#![feature(type_name_of_val)]\n#[macro_use]\nuse ttype::ptype;\n\nfn main() {\n    let x = \"Hello, world\";\n\n    //prints \u0026str\n    ptype!(\u0026x);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeg4uss3r%2Fttype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeg4uss3r%2Fttype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeg4uss3r%2Fttype/lists"}