Maxou
Maxou
This pull request tries to address the issue #302 This solution uses the Record's canonical constructor by default to create instances of the Records. Other constructors can be used with...
BMP Loc-Rib Monitoring (RFC9069) Implementation implementation uses a new secondary queue structure specific to loc-rib monitoring Currently done : - Loc-Rib Monitoring - Loc-Rib Syncing - set Peer-Flag to 3...
Global: - added peer type for all monitored ribs - added peer distinguisher for all monitored ribs - include mpls labels (when possible, no adj-in-pre) Add support for Adj-RIB-Out monitoring...
this is my attempt at #2657 example use case: this allowed me to build a library that discovers the bindings (for composite type) generated by bindgen (https://github.com/mxyns/bindgen-bridge) i tried to...
(this is a feature request) Hello, I was wondering you were interested in letting `bindgen::Builder` provide a `HashMap`, or something similar, mapping the original name of a C-type to its...
Hello, While using nom I encountered an issue with this impl of Offset for [u8] https://github.com/rust-bakery/nom/blob/8c68e22d9f2d0aadaa1770d980d59ea562dfb6a7/src/traits.rs#L599-L606 The return value underflows when the first span is after the second in memory....
I am looking for a way to get the maximum capacity of a tank / fluid_storage but the result from the .tanks() method on fluid_storage only gives the amount and...
Hey @paololucente **Description** The `bmp_rib_type_print` function allocates a string that is never freed ```c char *bmp_rib_type_print(u_int8_t in) { char *out = NULL; int value_len; if (in chars.rib_type))); /// Does not...