##// END OF EJS Templates
rust-changelog: switch away from deprecated APIs for datetime use...
rust-changelog: switch away from deprecated APIs for datetime use This was caught by clippy, nothing was changed aside from some light API changes.

File last commit:

r52615:43adbe03 default
r53061:6b7ffa3f default
Show More
base85.pyi
4 lines | 115 B | text/x-python | PythonLexer
version: int
def b85encode(text: bytes, pad: bool = False) -> bytes: ...
def b85decode(text: bytes) -> bytes: ...