Skip to content

bitbazaar_rs

hello()

Returns Hello, World!

Returns:

Name Type Description
str str

Hello, World!

Source code in py_rust/python/bitbazaar_rs/__init__.py
3
4
5
6
7
8
9
from importlib.metadata import version

__version__ = version("bitbazaar_rs")

__all__ = ["__version__"]

# Import the rust modules and top level fns:

Last update: August 7, 2024
Created: August 7, 2024