0b2f82c440
[ #1 ] Removed the Scribe dependency.
2025-03-10 13:18:42 -04:00
04ecb4072f
[ #1 ] Updated the library to compile for Rust 2021.
...
This was mostly just a change to the cargo edition target.
I also went and removed the weave requirement. It was just a function
wrapper around the ? operator that was new at that time. As this has
become very common place I just swapped the code over to it.
2025-02-19 20:07:49 -05:00
53c8590a40
The c_flags macro now uses the attempt macro instead of the old try macro.
2019-01-20 18:50:43 -05:00
7fcc81dedb
Fixed the library to use the new Rust 2018 module system.
2019-01-19 23:48:55 -05:00
ae902d1508
Adjusting the repository position.
2017-04-06 13:01:40 -04:00
cdc3be4832
Added the ability to pass the use_std feature on to the scribe library.
2017-03-01 19:01:41 -05:00
26097e8403
Adding the basic c_types as their own file section.
...
Also, added the to_c_string and from_c_string functions. Their
location needs to be determined.
2017-01-24 14:55:42 -05:00
ca780e71ef
Initial library commit.
2017-01-06 19:10:10 -05:00