{"id":66561,"library":"hotg-rune-core","title":"Hotg Rune Core","description":"Core abstractions and types used across the Rune platform for AI inference.","status":"active","version":"0.11.3","language":"rust","source_language":null,"source_url":"https://github.com/hotg-ai/rune","tags":["ai","inference","rune","tensor","core"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nhotg-rune-core = \"0.11.3\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add hotg-rune-core","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Tensor","correct":"use hotg_rune_core::Tensor;"}],"quickstart":{"code":"use hotg_rune_core::Tensor;\n\nfn main() {\n    let tensor = Tensor::from_shape(&[1, 3, 224, 224], vec![0u8; 1*3*224*224]).unwrap();\n    println!(\"Tensor shape: {:?}\", tensor.shape());\n}","lang":"rust","description":"Create a tensor with a given shape and data."},"warnings":[],"env_vars":null,"search_vec":"'abstract':5 'across':9 'ai':14,16 'core':3,4,20 'hotg':1 'infer':15,17 'platform':12 'rune':2,11,18 'tensor':19 'type':7 'use':8","created_at":"2026-06-17T17:25:31.053221+00:00","updated_at":"2026-06-17T17:25:31.053221+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://hotg.dev/","github":"https://github.com/hotg-ai/rune","docs":"https://docs.rs/hotg-rune-core/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"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}}