https://github.com/librapid/librapidrust
An optimised derivative of the LibRapid C++ library. Made with love for mathematics and computer science.
https://github.com/librapid/librapidrust
compression computer-science general-purpose logging mathematical-programming mathematics rust rust-crate rust-library rust-math rust-science science
Last synced: 24 days ago
JSON representation
An optimised derivative of the LibRapid C++ library. Made with love for mathematics and computer science.
- Host: GitHub
- URL: https://github.com/librapid/librapidrust
- Owner: LibRapid
- License: mit
- Created: 2021-06-29T11:42:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T09:55:29.000Z (over 1 year ago)
- Last Synced: 2025-03-21T04:01:48.363Z (about 1 month ago)
- Topics: compression, computer-science, general-purpose, logging, mathematical-programming, mathematics, rust, rust-crate, rust-library, rust-math, rust-science, science
- Language: Rust
- Homepage: http://librapid.org
- Size: 596 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Citation: citation.cff
Awesome Lists containing this project
README

[](https://discord.gg/cau7zy7zBE)
[](https://crates.io/crates/lib_rapid/)
[](https://docs.rs/crate/lib_rapid/latest)
[](https://crates.io/crates/lib_rapid)
----LibRapid for Rust - Fast. Reliable. Lightweight.
============
Why X? Why Y?
-----Sometimes I have to yank a version. To stay updated and to chat with us, please consider joining our Discord! https://discord.gg/cGxTFTgCAC
Contributing
-----You want to contribute? Sure! You can contribute with:
- 🚩 Issues
- 🙇 Pull Requests (See `FORMATRULES.md` for more information)
- 💡 Feature Suggestions (Via Discussions or Issues)Be sure to add documentation to any new public API with examples, and running `cargo test` to ensure that your changes are valid.
Documentation
-----Depending on the current published LibRapid version and how many crates are in queue on docs.rs, you may need to build the docs yourself.
To do that, simply git-clone this repository and then run `cargo doc --open`. After that, your documentation should open automatically.How does it work?
-----The Rust-port of LibRapid is a derivative from the main library made for C++ and Python. Its goal is to be optimised for speedy calculations, mathematical and
scientific applications.