Skip to content

Releases: Cirru/cirru-edn.rs

upgrade parser

07 Nov 03:06
Compare
Choose a tag to compare

rollback to str keyword for compatibility in dylibs #20

02 Nov 18:35
Compare
Choose a tag to compare
0.2.8

rollback to str keyword for compatibility in dylibs; tag 0.2.8

switching to Box<str>

31 Oct 05:15
Compare
Choose a tag to compare
0.2.7

switching to Box<str> ; bump 0.2.7

store record fields in EdnKwd #19

30 Oct 15:50
Compare
Choose a tag to compare
0.2.6

store record fields in EdnKwd; tag 0.2.6

expose number format of kwd

30 Oct 15:22
Compare
Choose a tag to compare
0.2.5

expose number format of kwd; tag 0.2.5

new abstraction on EdnKwd #39

30 Oct 15:13
Compare
Choose a tag to compare
0.2.4

new abstraction on EdnKwd; tag 0.2.4

Short methods for quick creating; tiny changes for perf #17

29 Oct 16:04
Compare
Choose a tag to compare
0.2.3

tiny syntax changes related to performance; tag 0.2.3

make use of hex::encode #16

14 Oct 08:17
Compare
Choose a tag to compare
0.2.2

make use of hex::encode ; bump 0.2.2

extend support for buffer #15

13 Oct 06:46
Compare
Choose a tag to compare

looks like:

buf 00 01 f1 11

which is actually a Vec<u8> buffer.

[Breaking] release change to record keywords

11 Oct 11:36
Compare
Choose a tag to compare

According to changes in #13 , records now use keywords for smaller memory footprint.

% :Demo
  :a 1
  :b 2

instead of using bare strings.