Crates.io | lexlib |
lib.rs | lexlib |
version | 2.0.1 |
source | src |
created_at | 2022-12-22 00:43:46.036374 |
updated_at | 2023-07-19 00:40:26.643319 |
description | library with miscellaneous stuff |
homepage | |
repository | https://gitlab.com/alexevier/lexlib |
max_upload_size | |
id | 743541 |
size | 353,402 |
aLexevier's Library
is a C/Rust library with miscellaneous things that the C stdlib is missing and some other things that can be useful.
also works on C++ without hassle.
for C functions that have a equivalent or better options in the Rust stdlib are not expected to be wrapped around a safe interface.
right now a rust compiler is not necessary but in the future it might.
some features (like vector math) are not available yet in the rust side.
C: in the header files.
Rust: https://docs.rs/lexlib/latest/lexlib/
Licensed under the zlib license.