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

#2329 in Machine learning

Download history 14068/week @ 2026-01-19 12295/week @ 2026-01-26 13563/week @ 2026-02-02 10265/week @ 2026-02-09 9895/week @ 2026-02-16 10463/week @ 2026-02-23 12052/week @ 2026-03-02 12676/week @ 2026-03-09 12032/week @ 2026-03-16 11280/week @ 2026-03-23 13454/week @ 2026-03-30 9084/week @ 2026-04-06 11178/week @ 2026-04-13 13117/week @ 2026-04-20 12972/week @ 2026-04-27 13154/week @ 2026-05-04

51,598 downloads per month
Used in 153 crates (3 directly)

MIT/Apache

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–12MB
~203K SLoC