burn/burn-common
nathaniel ef92d8dd1a fix: missing info in cargo.toml 2023-03-21 09:56:34 -04:00
..
src feat: inplace tensor api. (#187) 2023-03-01 10:55:51 -05:00
Cargo.toml fix: missing info in cargo.toml 2023-03-21 09:56:34 -04:00
README.md Make burn and burn-core packages no_std compatible (#168) (#173) 2023-02-25 09:38:01 -05:00

README.md

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.