{"id":74923,"library":"fast-fmt","title":"Fast Fmt","description":"Provides a faster, more flexible, and more correct alternative to core::fmt for formatting.","status":"active","version":"0.1.3","language":"rust","source_language":null,"source_url":"https://github.com/Kixunil/fast_fmt","tags":["formatting","performance","no-std","alternative"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nfast_fmt = \"0.1.3\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add fast_fmt","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Formatter","correct":"use fast_fmt::Formatter;"}],"quickstart":{"code":"use fast_fmt::Formatter;\n\nfn main() {\n    let mut f = Formatter::new();\n    f.write_str(\"Hello, fast world!\");\n    println!(\"{}\", f.as_str());\n}","lang":"rust","description":"Creates a formatter and writes a string to it."},"warnings":[{"fix":"Review the documentation for `fast_fmt::Formatter` methods vs `std::fmt`.","message":"Not a drop-in replacement for `core::fmt`; API differs significantly.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'altern':11,22 'core':13 'correct':10 'fast':1 'faster':5 'flexibl':7 'fmt':2,14 'format':16,17 'no-std':19 'perform':18 'provid':3 'std':21","created_at":"2026-06-17T19:09:57.731552+00:00","updated_at":"2026-06-17T19:09:57.731552+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/Kixunil/fast_fmt","github":"https://github.com/Kixunil/fast_fmt","docs":"https://docs.rs/fast_fmt/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}