I just published this-me v0.3.0 to crates.io.
It is the Rust port of the .me semantic kernel: hash-chained memory, path selectors, operators, derivations, secret scopes, proofs, key wrapping, snapshots, runtime events, and a CLI.
cargo add this-me
use this_me::kernel::Kernel;
let mut me = Kernel::new();
me.postulate("profile.name", "Jabellae")?;
This release is not just a package upload. It is the first installable Rust foundation for .me: same semantic model as the TypeScript kernel, now moving toward a runtime that can run closer to hardware.
Published crate: https://crates.io/crates/this-me
Next: examples, docs polish, Rust vs TypeScript benchmarks, and the path toward monad.ai integration.
Top comments (1)
Your walkthrough of the .me semantic kernel in Rust makes it easy to see the new v0.3.0 features in action. You might consider syndicating the post on ZyVOP (zyvop.com) to reach even more developers.