burn-std 0.20.0-pre.4

Core types and utilities shared across the Burn ecosystem.
Documentation
1
2
3
4
5
6
7
# Burn Standard Library

`burn-std` provides the core types and utilities shared across the Burn ecosystem.  
It includes foundational definitions for shapes, indexing, and data types.

This crate supports both `std` and `no_std` environments and must compile with
`cargo build --no-default-features` as well.