{"id":15373002,"url":"https://github.com/vi/readwriteseekfs","last_synced_at":"2025-11-01T04:04:21.233Z","repository":{"id":62443781,"uuid":"145261293","full_name":"vi/readwriteseekfs","owner":"vi","description":"In Rust, Expose Read+Write+Seek (or just Read+Seek) as a FUSE-backed regular file","archived":false,"fork":false,"pushed_at":"2018-08-19T00:20:24.000Z","size":5,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-01T10:42:14.218Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vi.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}},"created_at":"2018-08-19T00:19:54.000Z","updated_at":"2022-12-02T04:18:38.000Z","dependencies_parsed_at":"2022-11-01T22:16:33.974Z","dependency_job_id":null,"html_url":"https://github.com/vi/readwriteseekfs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vi%2Freadwriteseekfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vi%2Freadwriteseekfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vi%2Freadwriteseekfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vi%2Freadwriteseekfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vi","download_url":"https://codeload.github.com/vi/readwriteseekfs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223673051,"owners_count":17183618,"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-01T13:54:00.422Z","updated_at":"2025-11-01T04:04:21.190Z","avatar_url":"https://github.com/vi.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"readwriteseekfs\n---\n\nA [`fuse::Filesystem`](https://docs.rs/fuse/0.3.1/fuse/trait.Filesystem.html) implementation based on any [`Read`](https://doc.rust-lang.org/stable/std/io/trait.Read.html)`+Write+Seek` implementation. Using this library you can easily expose file-like objects in Rust as a mountable single-file FUSE filesystem.\nRead-only files can be crated from just Read+Seek, without Write.\n\nExample\n---\n\nSee [examples/simple.rs](examples/simple.rs) for the code.\n\n## Running the example\n\nFirst console:\n\n    cargo run --example=simple\n\nSecond console:\n\n```\n$ hd hello.txt \n00000000  48 65 6c 6c 6f 2c 20 77  6f 72 6c 64 0a 00 00 00  |Hello, world....|\n00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|\n*\n00010000\n\n$ echo qwe \u003e hello.txt\n\n$ hd hello.txt \n00000000  71 77 65 0a 6f 2c 20 77  6f 72 6c 64 0a 00 00 00  |qwe.o, world....|\n00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|\n*\n00010000\n\n$ fusermount -u hello.txt\n```\n\nNotes\n---\n\n* File size is determined using seeking at startup and is not changeable without unmounting\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvi%2Freadwriteseekfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvi%2Freadwriteseekfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvi%2Freadwriteseekfs/lists"}