all-this

Crates.ioall-this
lib.rsall-this
version0.1.0
created_at2025-06-25 03:37:17.584214+00
updated_at2025-06-25 03:37:17.584214+00
descriptionShared primitives, identity structures, and session logic for decentralized apps within the Neurons ecosystem.
homepagehttps://neurons.me
repositoryhttps://github.com/neurons-me/all-this
max_upload_size
id1725278
size3,882
neurons.me (neurons-me)

documentation

https://docs.rs/all-this

README

all-this

Author: suiGn
Project: Neurons.me
Version: 0.1.0
License: MIT


Overview

all-this is a foundational Rust crate in the Neuroverse ecosystem.
It aims to provide a unified, flexible library of shared data structures, utility functions, and modular logic designed to support the broader infrastructure powering decentralized identity, computation, and interaction across tools like cleaker, monad, netget, and more.


Goals

  • Provide common types and shared models for cross-crate consistency.
  • Serve as a standard library for internal projects within neurons.me.
  • Enable lightweight utilities and logic to be reused across native apps, web services, and distributed agents.
  • Establish a core language for identity, intent, and interaction within decentralized contexts.

Roadmap

  • Define core traits and primitives (e.g. Identity, Intent, Have, Be, Do)
  • Build serialization and cross-runtime support (WASM, desktop, server)
  • Create modular feature flags to adapt for different environments
  • Publish on crates.io for wider open-source contribution

Philosophy

This crate embodies the idea that everything meaningful in a system can be represented through simple verbs and relationships β€” to have, to be, and to do.

β€œAll. This.” β€” A system to unify the parts.


Contributing

Contributions are welcome. Please coordinate through neurons.me or contact suiGn directly.

Commit count: 0

cargo fmt