15 releases (breaking)

0.16.0 Jan 14, 2025
0.15.0 Oct 28, 2024
0.14.0 Aug 27, 2024
0.13.2 May 3, 2024
0.6.0 Mar 21, 2023

#1137 in Machine learning

Download history 1291/week @ 2024-11-16 1416/week @ 2024-11-23 4811/week @ 2024-11-30 3560/week @ 2024-12-07 2582/week @ 2024-12-14 4035/week @ 2024-12-21 2900/week @ 2024-12-28 2829/week @ 2025-01-04 3020/week @ 2025-01-11 3088/week @ 2025-01-18 3156/week @ 2025-01-25 3142/week @ 2025-02-01 3028/week @ 2025-02-08 2425/week @ 2025-02-15 6164/week @ 2025-02-22 3036/week @ 2025-03-01

15,076 downloads per month
Used in 43 crates (10 directly)

MIT/Apache

21KB
206 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
~164K SLoC