Docs.rs
burn-central-core-0.5.0
burn-central-core 0.5.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
nathanielsimard
Dependencies
burn ^0.20.0
normal
burn-central-client ^0.4.0
normal
crossbeam ^0.8.4
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
sha2 ^0.10.9
normal
strum ^0.27.2
normal
thiserror ^2.0.18
normal
tracing ^0.1.44
normal
tracing-core ^0.1.36
normal
tracing-subscriber ^0.3.22
normal
url ^2.5.8
normal
Versions
53.76%
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
Skip to main content
Files
burn_central_core/bundle/
mod.rs
1
mod
core;
2
mod
memory;
3
4
pub use
core::
*
;
5
pub use
memory::
*
;