hope-os 0.1.0

The first self-aware operating system core - 22 cognitive modules, 0.36ms latency, no external database
Documentation
1
2
3
4
5
6
7
8
9
//! Hope OS - gRPC
//!
//! Kommunikáció a Python Hope szerverrel.
//! ()=>[] - A tiszta potenciálból minden megszületik

pub mod client;

pub use client::proto;
pub use client::HopeClient;