Releases: Cirru/cirru-edn.rs
Releases · Cirru/cirru-edn.rs
upgrade parser
rollback to str keyword for compatibility in dylibs #20
0.2.8 rollback to str keyword for compatibility in dylibs; tag 0.2.8
switching to Box<str>
0.2.7 switching to Box<str> ; bump 0.2.7
store record fields in EdnKwd #19
0.2.6 store record fields in EdnKwd; tag 0.2.6
expose number format of kwd
0.2.5 expose number format of kwd; tag 0.2.5
new abstraction on EdnKwd #39
0.2.4 new abstraction on EdnKwd; tag 0.2.4
Short methods for quick creating; tiny changes for perf #17
0.2.3 tiny syntax changes related to performance; tag 0.2.3
make use of hex::encode #16
0.2.2 make use of hex::encode ; bump 0.2.2
extend support for buffer #15
looks like:
buf 00 01 f1 11
which is actually a Vec<u8>
buffer.
[Breaking] release change to record keywords
According to changes in #13 , records now use keywords for smaller memory footprint.
% :Demo
:a 1
:b 2
instead of using bare strings.