{"id":22138766,"url":"https://github.com/trussed-dev/littlefs2-sys","last_synced_at":"2025-12-12T13:48:19.606Z","repository":{"id":36469340,"uuid":"226604427","full_name":"trussed-dev/littlefs2-sys","owner":"trussed-dev","description":"Low-level Rust bindings to the littlefs microcontroller filesystem.","archived":false,"fork":false,"pushed_at":"2025-05-12T15:46:01.000Z","size":21,"stargazers_count":6,"open_issues_count":1,"forks_count":26,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-07-04T20:43:24.754Z","etag":null,"topics":["embedded","filesystem","no-std","rust"],"latest_commit_sha":null,"homepage":"https://lib.rs/littlefs2-sys","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trussed-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-BSD3","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,"zenodo":null}},"created_at":"2019-12-08T02:38:13.000Z","updated_at":"2025-05-12T15:44:49.000Z","dependencies_parsed_at":"2023-11-06T23:41:45.359Z","dependency_job_id":"451ddf6e-9059-47af-b3a0-3262f6e556fe","html_url":"https://github.com/trussed-dev/littlefs2-sys","commit_stats":null,"previous_names":["nickray/littlefs2-sys"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/trussed-dev/littlefs2-sys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trussed-dev%2Flittlefs2-sys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trussed-dev%2Flittlefs2-sys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trussed-dev%2Flittlefs2-sys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trussed-dev%2Flittlefs2-sys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trussed-dev","download_url":"https://codeload.github.com/trussed-dev/littlefs2-sys/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trussed-dev%2Flittlefs2-sys/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263632583,"owners_count":23491613,"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":["embedded","filesystem","no-std","rust"],"created_at":"2024-12-01T20:11:55.084Z","updated_at":"2025-12-12T13:48:19.529Z","avatar_url":"https://github.com/trussed-dev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003elittlefs2-sys\u003c/h1\u003e\n\u003cdiv align=\"center\"\u003e\n \u003cstrong\u003e\n   Low-level bindings to littlefs\n \u003c/strong\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003c!-- Crates version --\u003e\n  \u003ca href=\"https://crates.io/crates/littlefs2-sys\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/v/littlefs2-sys.svg?style=flat-square\"\n    alt=\"Crates.io version\" /\u003e\n  \u003c/a\u003e\n  \u003c!-- Downloads --\u003e\n  \u003ca href=\"https://crates.io/crates/littlefs2-sys\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/d/littlefs2-sys.svg?style=flat-square\"\n      alt=\"Download\" /\u003e\n  \u003c/a\u003e\n  \u003c!-- API docs --\u003e\n  \u003ca href=\"https://docs.rs/littlefs2-sys\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square\"\n      alt=\"main branch API docs\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n## What is this?\n\nLow-level bindings to the [littlefs][littlefs] microcontroller filesystem.\n\nYou probably want the high-level, idiomatic Rust bindings: [littlefs2][littlefs2]\n\nUpstream release: [v2.9.3][upstream-release]\n\n[littlefs]: https://github.com/ARMmbed/littlefs\n[littlefs2]: https://github.com/nickray/littlefs2\n[upstream-release]: https://github.com/ARMmbed/littlefs/releases/tag/v2.9.3\n\n#### License\n\n\u003csup\u003elittlefs is licensed under [BSD-3-Clause][bsd-3-clause], as are these bindings.\u003c/sup\u003e\n\u003cbr\u003e\n\u003csub\u003eThe file `string.c` is licensed under GPL-2.0.\u003cbr\u003e\nPermissively licensed replacement implementation welcome!\u003c/sub\u003e\n\n[bsd-3-clause]: https://github.com/ARMmbed/littlefs/blob/master/LICENSE.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrussed-dev%2Flittlefs2-sys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrussed-dev%2Flittlefs2-sys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrussed-dev%2Flittlefs2-sys/lists"}