Nathaniel McCallum
Nathaniel McCallum
1. Replace three consecutive dots with the ellipsis character. 2. Fix control character handling.
If you make a footnote, in the body of the footnote only the text on the same line is considered. If you force a manual wrap of the text, long...
https://github.com/enarx/ciborium/ Can we collaborate rather than building multiple CBOR stacks?
This implements an internal `Value` type which functions like `serde_json::Value`. Note that because this commit changes the `Error` type, this is an API-breaking change. Resolves: #1
This enables the question mark operator to be used in places where `std::io::Error` is expected.
1. Add tests to ensure From conversions and serializations are consistent. 2. Fix the inconsistencies. 3. New conversions for increased ergonomics.
This allows CBOR to operate as an underlying frame.
The `cbor!()` macro is inspired by `serde_json::json!()`, but the implementation is simpler and the macro should be more useful. In particular, the `cbor!()` macro returns `Result`, so it can be...
This cleans up spacing and size for the following tags: `sub`, `sup`, `ul`, `ol` and `h1`.
### Input C/C++ Header ```c #define FOO 253 ``` ### Bindgen Invocation ``` $ bindgen input.h ``` ### Actual Results ```rust /* automatically generated by rust-bindgen */ pub const FOO:...