Carlos López
Carlos López
Add fuzzing to the project via `cargo-fuzz` and a target to test `DynamicAvx2Searcher`.
* Fix markdown for `Errors` and `Panics` sections. * Properly format field names.
Just like Arc, allocating an `Rc` can panic, as described in #13. As such, mark `Rc` as deprecated, just like `Arc`.
Add support for the Serial Port Console Redirection (SPCR). The table provides information about the configuration and use of the serial port or non-legacy UART interface. For more information, see:
When building documentation for docs.rs, use the `doc_auto_cfg` feature to highlight which crate features are required for a given API. The feature is not used when building docs locally, as...
Fix the following warning when generating the crate documentation: ``` warning: `syscall` is both a function and a macro --> riscv-semihosting/src/lib.rs:212:15 | 212 | /// Same as [`syscall`]. | ^^^^^^^...