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

#1652 in Machine learning

Download history 3486/week @ 2024-12-08 2457/week @ 2024-12-15 4233/week @ 2024-12-22 2806/week @ 2024-12-29 2848/week @ 2025-01-05 2926/week @ 2025-01-12 3189/week @ 2025-01-19 3090/week @ 2025-01-26 3240/week @ 2025-02-02 3024/week @ 2025-02-09 3092/week @ 2025-02-16 5668/week @ 2025-02-23 3574/week @ 2025-03-02 4199/week @ 2025-03-09 3440/week @ 2025-03-16 3270/week @ 2025-03-23

15,084 downloads per month
Used in 52 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
~162K SLoC