14 releases (9 breaking)

0.15.0 Oct 28, 2024
0.13.2 May 3, 2024
0.12.1 Feb 1, 2024
0.11.1 Dec 4, 2023
0.6.0 Mar 21, 2023

#1010 in Machine learning

Download history 1620/week @ 2024-09-11 1427/week @ 2024-09-18 1745/week @ 2024-09-25 1351/week @ 2024-10-02 1618/week @ 2024-10-09 1517/week @ 2024-10-16 1926/week @ 2024-10-23 1838/week @ 2024-10-30 1427/week @ 2024-11-06 1214/week @ 2024-11-13 1349/week @ 2024-11-20 3564/week @ 2024-11-27 3784/week @ 2024-12-04 3229/week @ 2024-12-11 3442/week @ 2024-12-18 3238/week @ 2024-12-25

14,248 downloads per month
Used in 40 crates (8 directly)

MIT/Apache

9KB
134 lines

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.


lib.rs:

Burn Common Library

This library contains common types used by other Burn crates that must be shared.

Dependencies

~2–13MB
~163K SLoC