libhans 0.1.11

Rust bindings for the Hans robot
Documentation
1
2
3
4
5
6
from libhans import HansRobot

robot = HansRobot()

# 打印版本信息
print(robot.version())