33 releases (16 breaking)

Uses new Rust 2024

0.21.0-pre.2 Mar 2, 2026
0.20.1 Jan 23, 2026
0.20.0-pre.6 Dec 18, 2025
0.20.0-pre.3 Nov 24, 2025
0.6.0 Mar 21, 2023

#47 in #multi-dimensional-array

Download history 8042/week @ 2025-12-01 8447/week @ 2025-12-08 8609/week @ 2025-12-15 7230/week @ 2025-12-22 8930/week @ 2025-12-29 13162/week @ 2026-01-05 17170/week @ 2026-01-12 16243/week @ 2026-01-19 17393/week @ 2026-01-26 18960/week @ 2026-02-02 15975/week @ 2026-02-09 15402/week @ 2026-02-16 16952/week @ 2026-02-23 16371/week @ 2026-03-02 18226/week @ 2026-03-09 18142/week @ 2026-03-16

71,335 downloads per month
Used in 214 crates (10 directly)

MIT/Apache

1.5MB
30K SLoC

The core crate of Burn. Structs and macros used by most projects. Add use burn::prelude::* to your code to quickly get started with Burn.


Burn Core

This crate should be used with burn. It contains the core traits and components for building and training deep learning models with Burn.

Current Crates.io Version license

Feature Flags

This crate can be used without the standard library (#![no_std]) with alloc by disabling the default std feature.

  • std - enables the standard library. Enabled by default.
  • experimental-named-tensor - enables experimental named tensor.

Dependencies

~12–66MB
~1M SLoC