Replies: 1 comment 1 reply
-
|
Hi @bobf32 thanks for posting
You'll find this in the FAQ. It's not that easy to find, so I'll add a link in the readme.
It's an either/or relationship. You either have the Rust extension installed, or not (i.e. pure Python). You can use the full API regardless of whether there is a Rust extension or not. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. Please excuse my ignorance. I read on the pypi page that:
[quote]
Whenever helps you write correct and type checked datetime code, using well-established concepts from modern libraries in other languages. It's also way faster than other third-party libraries, and usually the standard library as well. Don't buy the Rust hype?—don't worry: a pure Python version is available as well.
[/quote]
but the only instruction I see to install is
pip install whenever.Would you mind explaining how to access the rust and python versions, as well as the relationship between the two?
Beta Was this translation helpful? Give feedback.
All reactions