Orion Henry
0cdb130988
wip
2022-12-01 11:31:14 -06:00
Jason Kankiewicz
d3885a3443
Hard-coded automerge-c's initial independent
...
version number to "0.0.1" for @alexjg.
2022-11-28 00:08:33 -08:00
Jason Kankiewicz
f8428896bd
Added a test case for a map key containing NUL
...
('\0') based on #455 .
2022-11-27 23:52:47 -08:00
Jason Kankiewicz
fb0c69cc52
Updated the quickstart example to work with
...
`AMbyteSpan` values instead of `*const libc::c_char` values.
2022-11-27 23:52:47 -08:00
Jason Kankiewicz
edbb33522d
Replaced the C string (*const libc::c_char
)
...
value of the `AMresult::Error` variant with a UTF-8 string view
(`AMbyteSpan`).
2022-11-27 23:52:47 -08:00
Jason Kankiewicz
625f48f33a
Fixed clippy violations.
2022-11-27 23:52:47 -08:00
Jason Kankiewicz
7c9f927136
Fixed code formatting violations.
2022-11-27 23:52:47 -08:00
Jason Kankiewicz
b60c310f5c
Changed Default::default()
calls to be through
...
the trait.
2022-11-27 23:52:47 -08:00
Jason Kankiewicz
3dd954d5b7
Moved the to_obj_id
macro in with AMobjId
.
2022-11-27 23:52:47 -08:00
Jason Kankiewicz
3e2e697504
Replaced C string (*const libc::c_char
) values
...
with UTF-8 string view (`AMbyteSpan`) values except with the
`AMresult::Error` variant.
Added `AMstr()` for creating an `AMbyteSpan` from a C string.
2022-11-27 23:52:47 -08:00
Jason Kankiewicz
a7656b999b
Add AMobjObjType() ( #454 )
...
automerge-c: Add AmobjObjType()
2022-11-07 23:10:53 +00:00
Alex Good
dd3c6d1303
Move rust workspace into ./rust
...
After some discussion with PVH I realise that the repo structure in the
last reorg was very rust-centric. In an attempt to put each language on
a level footing move the rust code and project files into ./rust
2022-10-16 19:55:51 +01:00