Docs.rs
autoagents-burn-0.3.0
autoagents-burn 0.3.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
saivishwak
Dependencies
async-trait ^0.1.86
normal
autoagents-llm ^0.3.0
normal
base64 ^0.22.1
normal
optional
burn ^0.19.1
normal
burn-common ^0.19.1
normal
burn-import ^0.19.1
normal
optional
bytemuck ^1.23.2
normal
cfg-if ^1.0.1
normal
dirs ^6.0.0
normal
optional
futures ^0.3.31
normal
futures-core ^0.3.31
normal
futures-util ^0.3.31
normal
half ^2.6.0
normal
log ^0.4
normal
rand ^0.9.2
normal
rustc-hash ^1.1
normal
optional
serde ^1.0.225
normal
tiktoken-rs ^0.5
normal
optional
tokenizers ^0.22.0
normal
optional
tokio ^1.43.0
normal
tokio-stream ^0.1.17
normal
getrandom ^0.3.3
normal
uuid ^1.15.1
normal
wasm-bindgen ^0.2
normal
wasm-bindgen-futures ^0.4.50
normal
Versions
64.36%
of the crate is documented
Platform
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
Files
autoagents_burn/
lib.rs
1
#![recursion_limit =
"256"
]
2
pub mod
backend;
3
pub mod
model;
4
mod
utils;