celery-rs 0.6.0

Community-maintained Rust implementation of Celery (fork of rusty-celery)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tool.black]
line-length = 100

include = '\.pyi?$'

exclude = '''
(
      __pycache__
    | \bbuild\b
    | \.git
    | \.mypy_cache
    | \.pytest_cache
    | \.vscode
    | \.venv
    | \bdist\b
    | \bdoc\b
)
'''