harn-hostlib 0.9.13

Opt-in code-intelligence and deterministic-tool host builtins for the Harn VM
Documentation
1
2
3
4
5
use std::collections::HashMap;

pub fn build() -> HashMap<String, i32> {
    HashMap::new()
}