5 Commits

Author SHA1 Message Date
19c15f8aff [#1] Adjusted the library to use the new server.
Removed the scribe and weave requirements. Scribe was only being used
in the build, so it was switched to print statements. Weave was being
used for error, but it was switched over to the Rust core and std
error versions.
2025-03-03 02:07:54 -05:00
16878ec911 Removed the get_cause function since it is redundant. 2020-02-12 22:48:29 -05:00
eb9f0628ab Fixing this to work as a Rust 2018 library following the new idioms. 2019-01-21 21:01:58 -05:00
1a3a5a26e3 Fixed the library to use the new Rust 2018 module system. 2019-01-19 23:54:34 -05:00
43abe9d95f Added a build script.
The build script was added to obtain the correct values of the
errno C preprocessor definitions. This way no matter what the platform
has defined them as, they will be correct in the libraries code.
2017-03-04 14:04:57 -05:00