2 releases
0.1.1 | Sep 10, 2022 |
---|---|
0.1.0 | Sep 10, 2022 |
#616 in Science
Used in symoxide
12KB
133 lines
Pytools-rs: Set of miscellaneous tools.
Most of the functions have been ported from Pytools, which contains helpers for implementing DSLs and scientific computing frameworks in general.
lib.rs
:
A set of tools that find their use across several frameworks. Borrowed lots of ideas from Pytools.
unique_name_generator
: generate names while avoiding collisions in a namespace.show_graphviz
: visualize graphviz graphs.
Dependencies
~4–13MB
~162K SLoC