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

#917 in Machine learning

Download history 2899/week @ 2024-07-30 2093/week @ 2024-08-06 1727/week @ 2024-08-13 1727/week @ 2024-08-20 1888/week @ 2024-08-27 1502/week @ 2024-09-03 1613/week @ 2024-09-10 1352/week @ 2024-09-17 1831/week @ 2024-09-24 1418/week @ 2024-10-01 1471/week @ 2024-10-08 1600/week @ 2024-10-15 1895/week @ 2024-10-22 1888/week @ 2024-10-29 1428/week @ 2024-11-05 1138/week @ 2024-11-12

6,594 downloads per month
Used in 37 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–14MB
~160K SLoC