pub enum StackComponent {
Trueno,
TruenoDB,
TruenoGraph,
TruenoRag,
Aprender,
Entrenar,
Realizar,
Alimentar,
Pacha,
Renacer,
}Expand description
Sovereign AI Stack components that simular can integrate with.
Variants§
Trueno
trueno: SIMD-accelerated tensor operations.
TruenoDB
trueno-db: Analytics database.
TruenoGraph
trueno-graph: Code analysis graphs.
TruenoRag
trueno-rag: RAG pipeline.
Aprender
aprender: ML algorithms (regression, trees, GNN).
Entrenar
entrenar: Training (autograd, LoRA, quantization).
Realizar
realizar: Inference (GGUF serving, SafeTensors).
Alimentar
alimentar: Data loading (Parquet, Arrow).
Pacha
pacha: Registry (Ed25519 signatures, versioning).
Renacer
renacer: Tracing (syscall trace, source correlation).
Implementations§
Source§impl StackComponent
impl StackComponent
Sourcepub const fn crate_name(&self) -> &'static str
pub const fn crate_name(&self) -> &'static str
Get the crate name for this component.
Trait Implementations§
Source§impl Clone for StackComponent
impl Clone for StackComponent
Source§fn clone(&self) -> StackComponent
fn clone(&self) -> StackComponent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StackComponent
impl Debug for StackComponent
Source§impl Display for StackComponent
impl Display for StackComponent
Source§impl Hash for StackComponent
impl Hash for StackComponent
Source§impl PartialEq for StackComponent
impl PartialEq for StackComponent
impl Copy for StackComponent
impl Eq for StackComponent
impl StructuralPartialEq for StackComponent
Auto Trait Implementations§
impl Freeze for StackComponent
impl RefUnwindSafe for StackComponent
impl Send for StackComponent
impl Sync for StackComponent
impl Unpin for StackComponent
impl UnsafeUnpin for StackComponent
impl UnwindSafe for StackComponent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> ValidateIp for Twhere
T: ToString,
impl<T> ValidateIp for Twhere
T: ToString,
Source§fn validate_ipv4(&self) -> bool
fn validate_ipv4(&self) -> bool
Validates whether the given string is an IP V4
Source§fn validate_ipv6(&self) -> bool
fn validate_ipv6(&self) -> bool
Validates whether the given string is an IP V6
Source§fn validate_ip(&self) -> bool
fn validate_ip(&self) -> bool
Validates whether the given string is an IP