DEV Community

Sui Gn
Sui Gn

Posted on

Rust .me v0.3.0

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
Enter fullscreen mode Exit fullscreen mode
use this_me::kernel::Kernel;

let mut me = Kernel::new();
me.postulate("profile.name", "Jabellae")?;
Enter fullscreen mode Exit fullscreen mode

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)

Collapse
 
bhavya_arora profile image
Bhavya Arora

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.