12 releases (7 breaking)

new 0.13.2 May 3, 2024
0.12.1 Feb 1, 2024
0.11.1 Dec 4, 2023
0.10.0 Oct 24, 2023
0.6.0 Mar 21, 2023

#793 in Machine learning

Download history 1498/week @ 2024-01-12 1308/week @ 2024-01-19 1435/week @ 2024-01-26 1175/week @ 2024-02-02 1132/week @ 2024-02-09 1167/week @ 2024-02-16 1132/week @ 2024-02-23 1134/week @ 2024-03-01 1280/week @ 2024-03-08 1212/week @ 2024-03-15 4513/week @ 2024-03-22 4237/week @ 2024-03-29 2324/week @ 2024-04-05 3597/week @ 2024-04-12 2857/week @ 2024-04-19 3532/week @ 2024-04-26

12,775 downloads per month
Used in 20 crates (9 directly)

MIT/Apache

27KB
573 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

~1–13MB
~173K SLoC