{"id":16714196,"url":"https://github.com/flier/rust-filename","last_synced_at":"2025-04-10T06:10:15.433Z","repository":{"id":57629195,"uuid":"198422504","full_name":"flier/rust-filename","owner":"flier","description":"Get filename from a raw file descriptor ","archived":false,"fork":false,"pushed_at":"2024-03-11T13:47:35.000Z","size":8,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T07:14:11.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/flier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2019-07-23T12:05:45.000Z","updated_at":"2024-09-14T00:04:11.000Z","dependencies_parsed_at":"2025-02-16T19:43:38.460Z","dependency_job_id":null,"html_url":"https://github.com/flier/rust-filename","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/flier%2Frust-filename","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flier%2Frust-filename/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flier%2Frust-filename/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flier%2Frust-filename/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flier","download_url":"https://codeload.github.com/flier/rust-filename/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247805034,"owners_count":20999089,"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-12T20:49:50.776Z","updated_at":"2025-04-10T06:10:15.333Z","avatar_url":"https://github.com/flier.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# filename [![travis](https://travis-ci.org/flier/rust-filename.svg?branch=master)](https://travis-ci.org/flier/rust-filename) [![Build status](https://ci.appveyor.com/api/projects/status/jhlk20pjdrx0jh5u?svg=true)](https://ci.appveyor.com/project/flier/rust-filename) [![crate](https://img.shields.io/crates/v/filename.svg)](https://crates.io/crates/filename) [![docs](https://docs.rs/filename/badge.svg)](https://docs.rs/crate/filename/) [![dependency status](https://deps.rs/repo/github/flier/rust-filename/status.svg)](https://deps.rs/repo/github/flier/rust-filename)\n\nGet filename from a raw file descriptor\n\n## Usage\n\nTo use `filename` in your project, add the following to your Cargo.toml:\n\n``` toml\n[dependencies]\nfilename = \"0.1\"\n```\n\n## Example\n\n```rust\nuse filename::file_name;\n\nlet f = tempfile::tempfile().unwrap();\n\nprintln!(\"tempfile @ {:?}\", file_name(\u0026f).unwrap());\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflier%2Frust-filename","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflier%2Frust-filename","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflier%2Frust-filename/lists"}