linebender/druid

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

Open

#758 aberto em 25 de mar. de 2020

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (567 forks)batch import
help wantedmaintenance

Métricas do repositório

Stars
 (9.091 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador