linebender/druid

figure out a way to build a 'no-shell' version of druid

Open

#758 geöffnet am 25. März 2020

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (567 Forks)batch import
help wantedmaintenance

Repository-Metriken

Stars
 (9.091 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

This would be nice for things like being a dependency of the druid-derive crate.

How I would do this is to make a feature in druid, 'shell', that is enabled by default. With this feature missing, only essential traits would be available, like Data and Lens. I suspect I will also want this for other things down the road, like cargo-druid.

Contributor Guide