This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
trixy/src
Benedikt Peetz 7bced94bdd
test(src/types/newtypes): Test if a full round-trip works
2024-05-20 15:33:44 +02:00
..
bin/trixy fix(binary/parse): Actually only perform the other steps, if asked for it 2024-03-27 08:10:33 +01:00
macros feat(src/macros)!: Store allocation location in all stringsThis makes it possible to automatically free the string in the correctway expected by both c and rust.Rust strings can now just be freed by the rust allocator, whilst cstrings are forgotten, so that the c allocator may free them.BREAKING CHANGE: All usage of explicit mentions `std::string::String` in your `handle_cmd` function will need to be replaced by `trixy::types::newtypes::String`. Otherwise these types should provide the same methods. 2024-05-20 15:33:36 +02:00
parser fix(parser/unchecked/parse_structure): Accept attributes on fields 2024-03-27 09:59:35 +01:00
types test(src/types/newtypes): Test if a full round-trip works 2024-05-20 15:33:44 +02:00
lib.rs chore(treewide): Update license header 2024-03-26 20:11:23 +01:00