{"id":59889,"library":"trees","title":"Trees","description":"General purpose tree data structures for Rust, including binary trees and more.","status":"active","version":"0.4.2","language":"rust","source_language":null,"source_url":"https://github.com/oooutlk/trees","tags":["tree","data-structures","utility"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntrees = \"0.4.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add trees","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Tree","correct":"use trees::Tree;"}],"quickstart":{"code":"use trees::Tree;\n\nfn main() {\n    let mut tree = Tree::new(1);\n    tree.add_child(2);\n    println!(\"Tree root: {}\", tree.data());\n}","lang":"rust","description":"Creates a tree with root value 1 and adds a child."},"warnings":[],"env_vars":null,"search_vec":"'binari':10 'data':5,16 'data-structur':15 'general':2 'includ':9 'purpos':3 'rust':8 'structur':6,17 'tree':1,4,11,14 'util':18","created_at":"2026-06-16T17:20:10.262165+00:00","updated_at":"2026-06-16T17:20:10.262165+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/oooutlk/trees","github":"https://github.com/oooutlk/trees","docs":"https://docs.rs/trees/","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}}