{"id":59979,"library":"derive-builder-fork-arti","title":"derive_builder_fork_arti","description":"Rust macro to automatically implement the builder pattern for arbitrary structs.","status":"active","version":"0.11.2","language":"rust","source_language":null,"source_url":"https://github.com/ijackson/rust-derive-builder","tags":["builder","macro","derive","pattern","rust"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nderive_builder_fork_arti = \"0.11.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add derive_builder_fork_arti","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Builder","correct":"use derive_builder_fork_arti::Builder;"}],"quickstart":{"code":"use derive_builder_fork_arti::Builder;\n\n#[derive(Builder)]\nstruct MyStruct {\n    field: i32,\n}\n\nlet instance = MyStructBuilder::default().field(42).build().unwrap();\nprintln!(\"{:?}\", instance);","lang":"rust","description":"Automatically generate a builder pattern for a struct."},"warnings":[],"env_vars":null,"search_vec":"'arbitrari':14 'arti':4 'automat':8 'builder':2,11,16 'deriv':1,18 'fork':3 'implement':9 'macro':6,17 'pattern':12,19 'rust':5,20 'struct':15","created_at":"2026-06-16T17:23:11.839890+00:00","updated_at":"2026-06-16T17:23:11.839890+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/ijackson/rust-derive-builder","github":"https://github.com/ijackson/rust-derive-builder","docs":"https://docs.rs/derive_builder_fork_arti/","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-16","next_check":"2026-12-13","install_tag":null}}