Commit Graph

17 Commits

Author SHA1 Message Date
Michael Pfaff e5a471d9ca Improve API 2024-03-11 16:57:52 -04:00
Kogia-sima 8deecff5fe break: change RenderError into enum 2020-12-20 21:55:55 +09:00
Kogia-sima b58a51a1ae doc: deny missing docs 2020-12-20 21:23:47 +09:00
Kogia-sima 82fb9f5469 refactor: Remove unused code 2020-11-21 18:25:36 +09:00
Kogia-sima 80b64fe883 break: Remove Buffer::set_len method
This method allows reducing the buffer size, but it should not be
possible.
Alternatively I added a Buffer::advance method to increase the length.
2020-07-15 19:49:35 +09:00
Kogia-sima eac0dfbf5b Add minimal runtime filters 2020-07-15 17:12:31 +09:00
Kogia-sima 670d936def break: remove runtime::Context API 2020-07-15 00:06:01 +09:00
Kogia-sima e277fe4a7d Add more tests for runtime 2020-07-14 18:38:38 +09:00
Kogia-sima 5d874e44ea doc: update doc comments 2020-07-11 17:10:23 +09:00
Kogia-sima b4903f2b3d refactor: Add utils.rs 2020-07-11 04:23:39 +09:00
Kogia-sima 28baf202c2 Hide SizeHint and Context from docs 2020-07-10 08:50:32 +09:00
Kogia-sima 6ab65f4247 Use itoap crate to render integers 2020-07-08 22:26:47 +09:00
Kogia-sima 6cacdad287 feat: RenderError::new() method 2020-06-19 18:07:19 +09:00
Kogia-sima 9a7f62e3ca Improve buffering performance 2020-06-18 17:12:55 +09:00
Kogia-sima c5015be783 Add new module (sailfish::runtime::integer) 2020-06-10 18:33:31 +09:00
Kogia-sima 6ee8f147a2 Add minimal documents for sailfish 2020-06-06 19:25:15 +09:00
Kogia-sima 08dacdd263 Add source code 2020-06-05 22:31:38 +09:00