{"id":19325397,"url":"https://github.com/krypt0nn/kinda-virtual-fs","last_synced_at":"2025-10-13T23:40:28.301Z","repository":{"id":57744205,"uuid":"518053361","full_name":"krypt0nn/kinda-virtual-fs","owner":"krypt0nn","description":"Kinda virtual filesystem for :crab: Rust","archived":false,"fork":false,"pushed_at":"2023-01-27T20:37:44.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-19T05:26:24.782Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krypt0nn.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}},"created_at":"2022-07-26T12:31:50.000Z","updated_at":"2022-07-26T12:41:21.000Z","dependencies_parsed_at":"2023-02-15T12:25:29.906Z","dependency_job_id":null,"html_url":"https://github.com/krypt0nn/kinda-virtual-fs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krypt0nn/kinda-virtual-fs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Fkinda-virtual-fs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Fkinda-virtual-fs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Fkinda-virtual-fs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Fkinda-virtual-fs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krypt0nn","download_url":"https://codeload.github.com/krypt0nn/kinda-virtual-fs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypt0nn%2Fkinda-virtual-fs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017233,"owners_count":26086016,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-10T02:09:56.469Z","updated_at":"2025-10-13T23:40:28.250Z","avatar_url":"https://github.com/krypt0nn.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🦀 kinda-virtual-fs\u003c/h1\u003e\n\nA Rust library to imitate virtual filesystem. Used by me to link files in my applications\n\n# Example\n\n```rust\nuse std::collections::HashMap;\n\nuse kinda_virtual_fs::*;\n\n// File `../assets/icon.png` will be statically linked by the rust compiler\nlet storage = Storage::new(HashMap::from([\n    (\"icon\".to_string(), Entry::new(include_bytes!(\"../assets/icon.png\").to_vec()))\n]));\n\nlet path = storage.map(\"icon\").unwrap();\n\nprintln!(\"Icon was saved as {}\", path);\n```\n\nAuthor: [Nikita Podvirnyy](https://github.com/krypt0nn)\n\nLicensed under [GNU GPL 3.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrypt0nn%2Fkinda-virtual-fs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrypt0nn%2Fkinda-virtual-fs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrypt0nn%2Fkinda-virtual-fs/lists"}