aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add some initial support for tests with the full-rust engineSimon THOBY2022-10-026-173/+70
|
* add some trivial serialization/deserialization support in RustSimon THOBY2022-09-259-414/+803
|
* delete the dependency on libmnlSimon THOBY2022-08-265-80/+373
|
* anonymous set supportSimon THOBY2022-08-262-19/+21
|
* support c_char sizes of various architectureslafleur2021-12-095-10/+11
|
* resolve link to build.rslafleur2021-11-291-1/+2
| | | | | the generated doc does not hold a copy of build.rs, so linking to gitlab's source file instead.
* typo in list_objects_with_data docstringlafleur2021-11-291-1/+1
|
* docstrings update + typographylafleur2021-11-2821-126/+117
|
* ergonomic change: delete the reference on `Set` objectsSimon THOBY2021-11-262-15/+15
|
* tests: add tests for `Set`sSimon THOBY2021-11-261-1/+2
|
* tests: move common test code to a separate fileSimon THOBY2021-11-261-1/+1
| | | | | Also: fix a few TODOs with the current expressions Fun fact: the test identified a problem in our implementation of Payload::Transport::build !
* fix iface(), docslafleur2021-11-092-14/+16
|
* use native types in chain_methodslafleur2021-11-092-59/+21
|
* sample ChainMethods impl, updated examplelafleur2021-11-092-0/+81
|
* rule_match => rule_methodslafleur2021-11-092-7/+7
|
* move iface() to iface_id() and add new iface() to Rulelafleur2021-11-092-7/+20
|
* fix dev 'query' feature being pulled in release buildlafleur2021-11-091-1/+1
|
* add working Match trait to Rulelafleur2021-11-092-0/+217
|
* wipe rustables-sys awaylafleur2021-11-0723-0/+3760