4 releases (breaking)

0.9.0 Sep 6, 2023
0.8.0 Jul 25, 2023
0.7.0 May 6, 2023
0.6.0 Mar 21, 2023

#501 in Machine learning

Download history 42/week @ 2023-06-07 80/week @ 2023-06-14 98/week @ 2023-06-21 54/week @ 2023-06-28 61/week @ 2023-07-05 44/week @ 2023-07-12 120/week @ 2023-07-19 166/week @ 2023-07-26 124/week @ 2023-08-02 73/week @ 2023-08-09 88/week @ 2023-08-16 69/week @ 2023-08-23 56/week @ 2023-08-30 243/week @ 2023-09-06 179/week @ 2023-09-13 128/week @ 2023-09-20

622 downloads per month
Used in 9 crates (5 directly)

MIT/Apache

8KB
128 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

~1MB
~18K SLoC