17 releases (11 breaking)

new 0.17.0 Apr 23, 2025
0.16.0 Jan 14, 2025
0.15.0 Oct 28, 2024
0.13.2 May 3, 2024
0.6.0 Mar 21, 2023

#1566 in Machine learning

Download history 3020/week @ 2025-01-01 2512/week @ 2025-01-08 3168/week @ 2025-01-15 3212/week @ 2025-01-22 3168/week @ 2025-01-29 3149/week @ 2025-02-05 2678/week @ 2025-02-12 5097/week @ 2025-02-19 4218/week @ 2025-02-26 4024/week @ 2025-03-05 3706/week @ 2025-03-12 3423/week @ 2025-03-19 3287/week @ 2025-03-26 2330/week @ 2025-04-02 2518/week @ 2025-04-09 4013/week @ 2025-04-16

12,740 downloads per month
Used in 53 crates (10 directly)

MIT/Apache

21KB
206 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

~2–13MB
~155K SLoC