ireko/src
Joshua Goins fe2cb4e624 Remove NameProperty
This has the same memory layout as StringProperty, and we don't need to
duplicate the work.
2025-02-23 15:54:17 -05:00
..
bin Simplify string reading 2025-02-23 15:25:50 -05:00
array_property.rs Improve error handling in the map and array custom parsers 2025-02-23 15:26:52 -05:00
bool_property.rs Simplify string reading 2025-02-23 15:25:50 -05:00
common.rs Fix and simplify string property parsing, add test 2025-02-23 15:52:21 -05:00
float_property.rs Add initial files 2025-02-19 19:34:13 -05:00
int_property.rs Add initial files 2025-02-19 19:34:13 -05:00
lib.rs Remove NameProperty 2025-02-23 15:54:17 -05:00
map_property.rs Improve error handling in the map and array custom parsers 2025-02-23 15:26:52 -05:00
set_property.rs Simplify string reading 2025-02-23 15:25:50 -05:00
str_property.rs Fix and simplify string property parsing, add test 2025-02-23 15:52:21 -05:00
struct_property.rs Simplify string reading 2025-02-23 15:25:50 -05:00
structs.rs Simplify string reading 2025-02-23 15:25:50 -05:00