Docs.rs
ai00-core-0.6.1
ai00-core 0.6.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cryscan
Dependencies
anyhow ^1
normal
bytemuck ^1
normal
cbor4ii ^1.0.0
normal
derivative ^2.2.0
normal
fastrand ^2
normal
flume ^0.11.0
normal
futures ^0.3
normal
half ^2.4
normal
itertools ^0.14
normal
kbnf ^0.5.7
normal
log ^0.4
normal
memmap2 ^0.9
normal
qp-trie ^0.8
normal
rustc-hash ^2.0.0
normal
safetensors ^0.6
normal
salvo ^0.77
normal
serde ^1
normal
tokio ^1
normal
uuid ^1.8.0
normal
voracious_radix_sort ^1.2.0
normal
web-rwkv ^0.10.14
normal
Versions
34.95%
of the crate is documented
Platform
x86_64-apple-darwin
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
ModelSerialize
ai00_
core
0.6.1
Model
Serialize
Required Methods
serialize
Implementors
In crate ai00_
core
ai00_core
Trait
Model
Serialize
Copy item path
Source
pub trait ModelSerialize { // Required method fn
serialize
(&self, file:
File
) ->
Result
<
()
>; }
Required Methods
§
Source
fn
serialize
(&self, file:
File
) ->
Result
<
()
>
Implementors
§