asic-rs 0.5.4

Simple ASIC management in Rust
Documentation
1
2
3
4
5
6
7
8
9
"""Miner discovery API.

Import `MinerFactory` from this module when constructing miners by IP address
or scanning subnets/ranges.
"""

from pyasic_rs.asic_rs import MinerFactory

__all__ = ["MinerFactory"]