24 releases (14 breaking)
Uses new Rust 2024
| 0.20.0-pre.3 | Nov 24, 2025 |
|---|---|
| 0.19.1 | Nov 6, 2025 |
| 0.18.0 | Jul 18, 2025 |
| 0.16.0 | Jan 14, 2025 |
| 0.6.0 | Mar 21, 2023 |
#1992 in Machine learning
32,413 downloads per month
Used in 120 crates
(17 directly)
23KB
223 lines
Burn Common Library
This library contains common types used by other Burn crates that must be shared.
Burn Common
The burn-common package hosts code that must be shared between burn packages (with std or
no_std enabled). No other code should be placed in this package unless unavoidable.
The package must build with cargo build --no-default-features as well.
Dependencies
~4–20MB
~213K SLoC