24 Commits

Author SHA1 Message Date
f6b8489e87 add github reference 2025-01-24 18:47:14 -06:00
e2c1d870fb add some basic notes; shift comments, and add documentation tests in datetime 2025-01-24 18:18:10 -06:00
759ad76c50 cargo clippy 2025-01-22 21:13:12 -08:00
664c7513ff do a very thorough overhaul of the validation code. 2025-01-22 20:53:55 -08:00
2423dd3390 remove todos as aturi validation in general cannot work with ensure validation methods 2025-01-21 17:46:40 -08:00
ea02ecd441 cargo clippy --fix 2025-01-21 17:44:26 -08:00
eebeadf49f cargo fmt + add DataTime<FixedOffset> as a result for datetime validation. 2025-01-21 17:43:58 -08:00
4b37720c7b got a little too carried away with the generic string implmentation idea as parse and parse_relative are reference only in this file 2025-01-21 09:12:50 -08:00
d3fedec869 update to handle generic strings 2025-01-21 09:10:20 -08:00
a29a3e2c70 update aturi to implement impl From<AtUri> for String and support generic string input parameter in rsky-syntax 2025-01-21 08:49:32 -08:00
09f6f1e9f5 update handle to support &str or String 2025-01-21 08:41:16 -08:00
bab2cbdde2 add new syntax code 2025-01-21 08:41:16 -08:00
8e89099b60 implement TryFrom for various string types into AtUri for ease of conversion 2025-01-15 16:44:41 -08:00
66c9b0aa25 add tryfrom 2025-01-14 17:46:31 -08:00
4e3e5cadba adding TryFrom traits from &str and String 2025-01-14 16:54:21 -08:00
dad1b733a8 Merge pull request #31 from afbase/afbase/implement-normalize-and-validate-handle
Afbase/implement normalize and validate handle
2025-01-10 06:55:25 -05:00
2804c57cfb adding all the docstrings from the TS syntax/handle code 2025-01-09 15:07:48 -08:00
5832b30ca6 add thiserror 2025-01-08 22:11:11 -08:00
977d54da77 add handle functionality in the rsky-syntax 2025-01-08 21:43:38 -08:00
24f4daf072 implement Display trait which implements ToString trait for free; also added some positive tests along with one small negative test 2024-12-15 20:29:57 -08:00
21bdf8a41f Update AtUri fixing issues with path; Add fields to lexicons for profile; Remove schema from PLC directory to use with local; 2024-09-25 19:14:25 -04:00
7702cc9e18 Write better READMEs 2024-09-21 23:33:12 -04:00
3beca88ddd Complete localviewer 2024-07-11 21:37:20 -04:00
2ec1e0d796 Add syntax parsing library for AtUris 2024-07-09 09:51:55 -04:00