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

Download history 7917/week @ 2025-09-14 7798/week @ 2025-09-21 8953/week @ 2025-09-28 6250/week @ 2025-10-05 10115/week @ 2025-10-12 9356/week @ 2025-10-19 8053/week @ 2025-10-26 7891/week @ 2025-11-02 7947/week @ 2025-11-09 7707/week @ 2025-11-16 7877/week @ 2025-11-23 7939/week @ 2025-11-30 8163/week @ 2025-12-07

32,413 downloads per month
Used in 120 crates (17 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–20MB
~213K SLoC