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

#1132 in Machine learning

Download history 2110/week @ 2024-10-28 1540/week @ 2024-11-04 1215/week @ 2024-11-11 1324/week @ 2024-11-18 2724/week @ 2024-11-25 3979/week @ 2024-12-02 3417/week @ 2024-12-09 2375/week @ 2024-12-16 4384/week @ 2024-12-23 2883/week @ 2024-12-30 2744/week @ 2025-01-06 3000/week @ 2025-01-13 3066/week @ 2025-01-20 3073/week @ 2025-01-27 3314/week @ 2025-02-03 2578/week @ 2025-02-10

12,484 downloads per month
Used in 42 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–13MB
~157K SLoC