Docs.rs
feagi-brain-development-0.0.1-beta.9
feagi-brain-development 0.0.1-beta.9
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
NeuravilleDeveloper
Dependencies
ahash ^0.8
normal
chrono ^0.4
normal
feagi-evolutionary ^0.0.1-beta.9
normal
feagi-npu-neural ^0.0.1-beta.4
normal
feagi-npu-plasticity ^0.0.1-beta.9
normal
optional
feagi-observability =0.0.1-beta.9
normal
feagi-state-manager ^0.0.1-beta.9
normal
feagi-structures =0.0.1-beta.9
normal
ndarray ^0.17.1
normal
once_cell ^1.19
normal
parking_lot ^0.12
normal
rayon ^1.11
normal
optional
roaring ^0.10
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0.50
normal
tracing ^0.1
normal
xxhash-rust ^0.8
normal
criterion ^0.5
dev
feagi-npu-runtime ^0.0.1-beta.9
dev
proptest ^1.4
dev
feagi-npu-burst-engine ^0.0.1-beta.9
normal
rand ^0.8
normal
feagi-npu-burst-engine ^0.0.1-beta.9
normal
getrandom ^0.2
normal
rand ^0.8
normal
Versions
92.54%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module types
feagi_
brain_
development
0.0.1-beta.9
Module types
Module Items
Enums
Type Aliases
In crate feagi_
brain_
development
feagi_brain_development
Module
types
Copy item path
Source
Expand description
Core types for BDU operations.
These types match the Python API for seamless integration.
Enums
§
BduError
Errors that can occur during BDU operations
Type Aliases
§
AreaId
Cortical area identifier (6-character string in Python)
BduResult
Result type for BDU operations
Position
3D position (x, y, z)
Weight
Synaptic weight (0-255 in u8, converted from Python float)