{"id":17327897,"url":"https://github.com/yuanbohan/rs-figlet","last_synced_at":"2025-04-13T15:55:45.649Z","repository":{"id":47671379,"uuid":"192067730","full_name":"yuanbohan/rs-figlet","owner":"yuanbohan","description":"Rust implementation of FIGlet (http://www.figlet.org/) to create ascii art","archived":false,"fork":false,"pushed_at":"2023-02-15T13:27:58.000Z","size":114,"stargazers_count":41,"open_issues_count":2,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-03-23T02:21:33.117Z","etag":null,"topics":["ascii-art","figlet","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuanbohan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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-06-15T10:50:55.000Z","updated_at":"2024-03-11T11:35:51.000Z","dependencies_parsed_at":"2024-10-15T14:21:35.818Z","dependency_job_id":null,"html_url":"https://github.com/yuanbohan/rs-figlet","commit_stats":{"total_commits":24,"total_committers":5,"mean_commits":4.8,"dds":0.5416666666666667,"last_synced_commit":"b9822e9415c697cea0bbf584e6c7dcbdbf2bd20c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuanbohan%2Frs-figlet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuanbohan%2Frs-figlet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuanbohan%2Frs-figlet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuanbohan%2Frs-figlet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuanbohan","download_url":"https://codeload.github.com/yuanbohan/rs-figlet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248741143,"owners_count":21154250,"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":["ascii-art","figlet","rust"],"created_at":"2024-10-15T14:21:30.809Z","updated_at":"2025-04-13T15:55:45.625Z","avatar_url":"https://github.com/yuanbohan.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# figlet-rs\n\n[![CI](https://travis-ci.com/yuanbohan/rs-figlet.svg?branch=master)](https://travis-ci.com/yuanbohan/rs-figlet)\n[![docs](https://docs.rs/figlet-rs/badge.svg)](https://docs.rs/figlet-rs)\n[![crates.io](https://img.shields.io/crates/v/figlet-rs.svg)](https://crates.io/crates/figlet-rs)\n\nA Rust library for [FIGlet](http://www.figlet.org/) to generate ascii art.\n\n# Example\n\n```rust\nuse figlet_rs::FIGfont;\n\nfn main() {\n    let standard_font = FIGfont::standard().unwrap();\n    let figure = standard_font.convert(\"Hello Rust\");\n    assert!(figure.is_some());\n    println!(\"{}\", figure.unwrap());\n}\n```\n\n![figlet-sample](./figlet-sample.png)\n\n# License\n\nrs-figlet is distributed under the terms of the Apache License (Version 2.0).\n\nSee [LICENSE-APACHE](LICENSE-APACHE) and [COPYRIGHT](COPYRIGHT) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuanbohan%2Frs-figlet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuanbohan%2Frs-figlet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuanbohan%2Frs-figlet/lists"}