{"id":28286912,"url":"https://github.com/mrnossiom/label-logger","last_synced_at":"2025-10-30T01:38:41.325Z","repository":{"id":57130235,"uuid":"464260592","full_name":"mrnossiom/label-logger","owner":"mrnossiom","description":"A Cargo-like logging library","archived":false,"fork":false,"pushed_at":"2025-04-14T21:15:43.000Z","size":144,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T16:50:54.636Z","etag":null,"topics":["cargo","logging","prompt"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cecill-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrnossiom.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"mrnossiom"}},"created_at":"2022-02-27T21:42:44.000Z","updated_at":"2025-04-14T21:15:46.000Z","dependencies_parsed_at":"2024-05-09T13:58:59.948Z","dependency_job_id":"66002357-39dc-480c-8fd8-837209419758","html_url":"https://github.com/mrnossiom/label-logger","commit_stats":{"total_commits":57,"total_committers":1,"mean_commits":57.0,"dds":0.0,"last_synced_commit":"27b3eb5fe4c5e813f098f7b5f218649623d95e60"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrnossiom/label-logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrnossiom%2Flabel-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrnossiom%2Flabel-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrnossiom%2Flabel-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrnossiom%2Flabel-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrnossiom","download_url":"https://codeload.github.com/mrnossiom/label-logger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrnossiom%2Flabel-logger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281731217,"owners_count":26551804,"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-29T02:00:06.901Z","response_time":59,"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":["cargo","logging","prompt"],"created_at":"2025-05-21T21:14:51.608Z","updated_at":"2025-10-30T01:38:41.320Z","avatar_url":"https://github.com/mrnossiom.png","language":"Rust","funding_links":["https://github.com/sponsors/mrnossiom"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"label-logger logo\" src=\"https://raw.githubusercontent.com/mrnossiom/label-logger/main/assets/logo.png\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cstrong\u003e\nCargo-like logging library\n\u003c/strong\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Nix Powered\" src=\"https://img.shields.io/badge/Nix-Powered-blue?logo=nixos\" /\u003e\n  \u003ca href=\"https://wakatime.com/badge/github/mrnossiom/label-logger\"\u003e\n    \u003cimg alt=\"Time spent\" src=\"https://wakatime.com/badge/github/mrnossiom/label-logger.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://crates.io/crates/label-logger\"\u003e\n    \u003cimg alt=\"Crates.io Version\" src=\"https://img.shields.io/crates/v/label-logger\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n# Usage\n\n```rust\nuse label_logger::{info, log, success};\n\ninfo!(label: \"Compiling\", \"the program\");\nlog!(\"information without label\");\nlog!(\"more informations without label\");\nsuccess!(label: \"Finished\", \"the compilation\");\n```\n\nThe library also includes themes for [`dialoguer`](https://github.com/mitsuhiko/dialoguer/) (a library to prompt the user in the terminal) and [`indicatif`](https://github.com/console-rs/indicatif) (to show nice progress bars).\n\nSee [**examples**](https://github.com/mrnossiom/label-logger/tree/main/examples) for more use-case.\n\nThis library is still under `v1`, if necessary, breaking API changes can happen.\n\n# Credits\n\n-   **[woobuc/sweep](https://github.com/woobuc/sweep)** for the logging theme idea.\n-   **[rust-lang/log](https://github.com/rust-lang/log)** for macros inspiration.\n\n---\n\nThis work is licensed under [`CeCILL-2.1`](https://choosealicense.com/licenses/cecill-2.1), a strong copyleft French OSS license. This license allows modification and distribution of the software while requiring the same license for derived works.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrnossiom%2Flabel-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrnossiom%2Flabel-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrnossiom%2Flabel-logger/lists"}