{"id":16162763,"url":"https://github.com/msrd0/bitmap-font","last_synced_at":"2025-03-16T10:30:37.430Z","repository":{"id":45310890,"uuid":"353872549","full_name":"msrd0/bitmap-font","owner":"msrd0","description":"This crate provides bitmap fonts for the embedded-graphics crate without requiring generics","archived":false,"fork":false,"pushed_at":"2024-07-22T04:08:53.000Z","size":19450,"stargazers_count":6,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-27T07:30:50.547Z","etag":null,"topics":["bitmap","embedded","font","no-std","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/msrd0.png","metadata":{"files":{"readme":"README.j2","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"msrd0"}},"created_at":"2021-04-02T01:37:20.000Z","updated_at":"2023-09-05T13:56:26.000Z","dependencies_parsed_at":"2023-12-28T21:53:58.915Z","dependency_job_id":"a9d4ff1a-f2b1-4512-bae6-04cb059c9940","html_url":"https://github.com/msrd0/bitmap-font","commit_stats":{"total_commits":78,"total_committers":3,"mean_commits":26.0,"dds":"0.17948717948717952","last_synced_commit":"2237b34cf60b01d03ac739cef7f227a06fad4a3a"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msrd0%2Fbitmap-font","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msrd0%2Fbitmap-font/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msrd0%2Fbitmap-font/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msrd0%2Fbitmap-font/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msrd0","download_url":"https://codeload.github.com/msrd0/bitmap-font/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243809888,"owners_count":20351407,"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":["bitmap","embedded","font","no-std","rust"],"created_at":"2024-10-10T02:32:48.256Z","updated_at":"2025-03-16T10:30:37.112Z","avatar_url":"https://github.com/msrd0.png","language":"Rust","funding_links":["https://github.com/sponsors/msrd0"],"categories":[],"sub_categories":[],"readme":"\u003cbr/\u003e\n\u003cdiv\u003e\n\t\u003ca href=\"https://crates.io/crates/bitmap-font\"\u003e\n\t\t\u003cimg alt=\"bitmap-font on crates.io\" src=\"https://img.shields.io/crates/v/bitmap-font.svg\"/\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://docs.rs/bitmap-font\"\u003e\n\t\t\u003cimg alt=\"bitmap-font on docs.rs\" src=\"https://docs.rs/bitmap-font/badge.svg\"/\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://github.com/msrd0/bitmap-font/actions/workflows/rust.yml\"\u003e\n\t\t\u003cimg alt=\"build status\" src=\"https://github.com/msrd0/bitmap-font/actions/workflows/rust.yml/badge.svg\"/\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://msrd0.github.io/bitmap-font/tarpaulin-report.html\"\u003e\n\t\t\u003cimg alt=\"coverage report\" src=\"https://msrd0.github.io/bitmap-font/coverage.svg\"/\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://msrd0.github.io/bitmap-font/doc/bitmap_font/index.html\"\u003e\n\t\t\u003cimg alt=\"bitmap-font main branch documentation\" src=\"https://img.shields.io/badge/docs-main-blue.svg\"/\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://blog.rust-lang.org/2022/05/19/Rust-1.61.0.html\"\u003e\n\t\t\u003cimg alt=\"Rust 1.61+\" src=\"https://img.shields.io/badge/rustc-1.61+-orange.svg\"/\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://deps.rs/repo/github/msrd0/bitmap-font\"\u003e\n\t\t\u003cimg alt=\"dependency report\" src=\"https://deps.rs/repo/github/msrd0/bitmap-font/status.svg\"/\u003e\n\t\u003c/a\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\n# bitmap-font\n\n{{readme}}\n\n## Development\n\nBasically, all you need is Rust. However, we utilize a nightly version of rustfmt for code style, so it is recommended\nyou use rustup to install Rust so you can install a stable and nightly version alongside each other. The stable version\ncan be the one shipped with your linux distribution if recent enough, or downloaded using rustup as well.\n\nTo locally check that you meet the code style, you can use the provided git pre-commit hook, like this:\n\n```bash\ngit config core.hooksPath .githooks\n```\n\n## MSRV Policy\n\nThis crate is guaranteed to always build with the latest stable rust version. MSRV is documented; however, for your\ninformation only. Changing the MSRV can be done at any point in time and is not considered a breaking change.\n\n## License (Source Code)\n\nCopyright (C) 2021-2022 Dominic Meiser and [contributors].\n\n```\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\n## License (Bitmap Font)\n\nThis license applies to the raw bitmap font data included in this crate.\n\n```\nCopyright 2011 Suraj N. Kurapati \u003chttps://github.com/sunaku/tamzen-font\u003e\n\nTamzen font is free.  You are hereby granted permission to use, copy, modify,\nand distribute it as you see fit.\n\nTamzen font is provided \"as is\" without any express or implied warranty.\n\nThe author makes no representations about the suitability of this font for\na particular purpose.\n\nIn no event will the author be held liable for damages arising from the use\nof this font.\n```\n\n [contributors]: https://github.com/msrd0/bitmap-font/graphs/contributors\n{{ links }}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsrd0%2Fbitmap-font","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsrd0%2Fbitmap-font","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsrd0%2Fbitmap-font/lists"}