rustuse
Unified facade crate for the published RustUse set facades.
rustuse gives one dependency surface across the repository-level RustUse facade crates that are
already live on crates.io. It keeps direct child-crate reexports for the child-rich sets and adds
facade-only grouped modules for every published set facade.
- set-level facade modules for all published repository-level
use-*crates - child-rich set surfaces from
use-chemistry,use-constants,use-math,use-net,use-pattern,use-rust, anduse-web
The crate re-exports published crates at the top level and also groups them by set so consumers can
choose the style they prefer. Geometry is available both as its own set module and through the
existing rustuse::math::geometry compatibility path.
Installation
[]
= "0"
Disable default features if you only want one set:
[]
= { = "0", = false, = ["constants"] }
Or enable one of the facade-only set modules directly:
[]
= { = "0", = false, = ["time", "wave"] }
Usage
Access child crates from the child-rich sets
#
#
#
#
Access published set facades through grouped modules
#
#
#
#
Published set modules
rustuse::accessibility,rustuse::acoustics,rustuse::astronomy,rustuse::bioinformatics,rustuse::biology,rustuse::calendar,rustuse::cli,rustuse::color,rustuse::config,rustuse::control,rustuse::data,rustuse::diagnostic,rustuse::ecology,rustuse::electronics,rustuse::encoding,rustuse::fs,rustuse::geography,rustuse::geology,rustuse::geometry,rustuse::graph,rustuse::id,rustuse::locale,rustuse::materials,rustuse::measure,rustuse::media,rustuse::meteorology,rustuse::optics,rustuse::optimization,rustuse::os,rustuse::physics,rustuse::presence,rustuse::quant,rustuse::robotics,rustuse::rustacean,rustuse::signal,rustuse::simulation,rustuse::stats,rustuse::text,rustuse::time,rustuse::typography,rustuse::units,rustuse::validate, andrustuse::waveexpose the published set-level facade crates.rustuse::chemistry,rustuse::constants,rustuse::math,rustuse::net,rustuse::pattern,rustuse::rust, andrustuse::webkeep the richer grouped access for the published child crates thatrustusealready re-exports directly.rustuse::math::geometryremains available as a compatibility alias foruse-geometry.
Release scope
The published rustuse 0.1.3 release covers the earlier chemistry, constants, math, net,
pattern, rust, web, and initial set-facade surface. The current main branch expands the default
full feature to the full set of repository-level RustUse facade crates that are already published
on crates.io.
The child-rich sets continue to use local path dependencies for the focused crates that rustuse
re-exports directly. The facade-only set modules use crates.io version pins so the published
integration surface can coexist cleanly with local sibling workspaces that reuse crate names in
different domains.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0, in
LICENSE-APACHE - MIT license, in
LICENSE-MIT