layout | title | permalink |
---|---|---|
page |
About AWNY |
/about/ |
Are We Numeric Yet – or AWNY (pronounced awe-ni?) for short – tries to answer the question: Can I use Rust to develop numerical algorithms (yet)?
This website has various features that make your life easier researching whether you can use Rust for the numerical algorithm development already or not. While some stuff is possible already, other parts are still challenging and this website wants to give you insight for your particular case. The easiest is to start looking into the topics most relevant for you.
While most things should be rather quick to comprehend, there are some features, we'd like to explain to you a little deeper to improve the speed with which you can answer the question for you.
For each package we list the most important information in one quick view. Aside from the package id (ndarray
), the header shows various links – if available: the crate.io-page, the homepage, the documentation and to the source code. Tip: When you hover over name, it also shows when the package was created and last updated.
In the second row features the latest published version number, how often the package has been downloaded so far and how it is licensed – all as pretty badges of live data pulled from shields.io.
Under that you can find the short description provided for that package.
Now some packages contain an extra comments
sections. By default these are hidden to not clutter the page when you only want to have an overview of what's going on in a specific topic. But with just one click on the word, you can toggle the visibility of the comments for that package.
Each comment features the author, when it was written and what version they were talking about. Make sure to always check the version with the one you see above, things might have changed!
Next to the text itself the side-bar is color coded, where blue and grey indicate informational content, green a positive review or even recommendation, yellow an warning and red an important problem or blocker.
You can also toggle all comments with the little switch on the top right on each topic page. The setting will be saved in your browser and applied on every page load.
Throughout the app – mostly on section titles – you find the small level indicators
: a colored glyph, which should give you a hint on the maturity of the subject overall as designated by the curators. The following indicators are available:
- {% include level.html level=0 %} – everything is awesome™: stable, tested and mature
- {% include level.html level=1 %} – stuff's pretty great
- {% include level.html level=2 %} – getting there, stable but still maturing
- {% include level.html level=3 %} – not yet stable, but progressing
- {% include level.html level=4 %} – unstable/incomplete, needs work
- {% include level.html level=5 %} – barely there, needs serious work
- {% include level.html level=6 %} – basically non-existant
If you need a reminder, you can also just hover over the glyph to get the text.
The content is curated by the curators. This project is hosted and derived from Are We Web Yet by The Bashy, specifically Benjamin Kampmann. The first version of AWWY was developed and hosted by Chris Morgan. All content is licensed under the Creative Commons Attribution License (International).