smoltcp: fix formatting

master
Sebastien Bourdeauducq 2020-04-17 11:01:44 +08:00
parent b9b9620c67
commit e566993a6c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Its design goals are simplicity and robustness. Its design anti-goals include co
smoltcp does not need heap allocation at all, is <a href="https://docs.rs/smoltcp/" target="_blank" rel="noopener noreferrer">extensively documented</a>, and compiles on stable Rust 1.20 and later. It is used in embedded systems such as the ARTIQ core device and ionpak. smoltcp does not need heap allocation at all, is <a href="https://docs.rs/smoltcp/" target="_blank" rel="noopener noreferrer">extensively documented</a>, and compiles on stable Rust 1.20 and later. It is used in embedded systems such as the ARTIQ core device and ionpak.
smoltcp achieves <a href="https://github.com/smoltcp-rs/smoltcp#examplesbenchmarkrs" target="_blank" rel="noopener noreferrer">\~Gbps</a> of throughput when tested against the Linux TCP stack in loopback mode. smoltcp achieves <a href="https://github.com/smoltcp-rs/smoltcp#examplesbenchmarkrs" target="_blank" rel="noopener noreferrer">&#126;Gbps</a> of throughput when tested against the Linux TCP stack in loopback mode.
The source code is available <a href="https://github.com/smoltcp-rs/smoltcp" rel="noopener noreferrer">on GitHub</a>. The source code is available <a href="https://github.com/smoltcp-rs/smoltcp" rel="noopener noreferrer">on GitHub</a>.