10 releases (breaking)

new 0.13.0 Apr 12, 2024
0.12.1 Feb 1, 2024
0.12.0 Jan 31, 2024
0.11.1 Dec 4, 2023
0.6.0 Mar 21, 2023

#672 in Machine learning

Download history 3608/week @ 2023-12-23 2537/week @ 2023-12-30 1964/week @ 2024-01-06 1424/week @ 2024-01-13 1326/week @ 2024-01-20 1431/week @ 2024-01-27 1130/week @ 2024-02-03 1156/week @ 2024-02-10 1180/week @ 2024-02-17 1101/week @ 2024-02-24 1155/week @ 2024-03-02 1240/week @ 2024-03-09 1245/week @ 2024-03-16 4829/week @ 2024-03-23 4243/week @ 2024-03-30 1825/week @ 2024-04-06

12,261 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–15MB
~181K SLoC