burn/burn-common
Sylvain Benner c4e512d176
Create doc feature in all burn crates and use them for docs.rs build (#1212)
2024-02-01 12:47:46 -05:00
..
src Refactor serialization of backend-comparison benchmarks (#1131) 2024-01-12 11:15:00 -05:00
Cargo.toml Create doc feature in all burn crates and use them for docs.rs build (#1212) 2024-02-01 12:47:46 -05:00
LICENSE-APACHE License fixes (#648) 2023-08-16 12:45:35 -04:00
LICENSE-MIT License fixes (#648) 2023-08-16 12:45:35 -04:00
README.md Add missing docs and enable missing_docs warn lint (#420) 2023-06-21 14:12:13 -04:00

README.md

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.