burn/burn-common
Nathaniel Simard 0a5a2d729a
chore: bump version for next release (#533)
2023-07-26 09:46:28 -04:00
..
src Add missing docs and enable missing_docs warn lint (#420) 2023-06-21 14:12:13 -04:00
Cargo.toml chore: bump version for next release (#533) 2023-07-26 09:46:28 -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.