unyt-org/datex

Add the ability to build DATEX Core without std

Open

#54 opened on Jun 24, 2025

 (0 comments) (0 reactions) (0 assignees)Rust (2 forks)github user discovery
good first issue

Repository metrics

Stars
 (14 stars)
PR merge metrics
 (Avg merge 53d 4h) (6 merged PRs in 30d)

Description

For embedded devices it would be great if we can use a no-std environment and meaningful subsets for stuff that is not part of the no-std create such as RefCells, HashMaps and others.

see // FIXME no-std

Contributor guide