|  | 
| 1 |  | -## Contributing | 
| 2 |  | - | 
| 3 |  | -Unless you explicitly state otherwise, any contribution intentionally submitted | 
| 4 |  | -for inclusion in the work by you, as defined in the Apache-2.0 license, shall be | 
| 5 |  | -dual licensed as above, without any additional terms or conditions. | 
| 6 |  | - | 
| 7 |  | -## Tips | 
| 8 |  | -When contributing to this test crate: | 
| 9 |  | - | 
| 10 |  | -1. Maintain compatibility with ESP32 variants | 
| 11 |  | -2. Keep memory usage optimized | 
| 12 |  | -3. Add comprehensive logging | 
| 13 |  | -4. Update documentation for any changes | 
| 14 |  | -5. Test on physical hardware when possible | 
| 15 |  | - | 
| 16 |  | -## Related Documentation | 
| 17 |  | - | 
| 18 |  | -- [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/) | 
| 19 |  | -- [Rust on ESP32](https://esp-rs.github.io/book/) | 
| 20 |  | -- [rustls Documentation](https://docs.rs/rustls/) | 
| 21 |  | -- [RustCrypto Documentation](https://docs.rs/rustcrypto/) | 
| 22 |  | -- [RustCrypto GitHub organization](https://github.com/RustCrypto) | 
| 23 |  | - | 
| 24 |  | -## Testing Strategy | 
| 25 |  | - | 
| 26 |  | -### Unit Tests | 
| 27 |  | -```bash | 
| 28 |  | -cargo test -p rustls-real-socket-test | 
| 29 |  | -``` | 
| 30 |  | - | 
| 31 |  | -### Integration Tests | 
| 32 |  | -```bash | 
| 33 |  | -cargo test --test integration | 
| 34 |  | -``` | 
|  | 1 | +## Contributing | 
|  | 2 | + | 
|  | 3 | +Unless you explicitly state otherwise, any contribution intentionally submitted | 
|  | 4 | +for inclusion in the work by you, as defined in the Apache-2.0 license, shall be | 
|  | 5 | +dual licensed as above, without any additional terms or conditions. | 
|  | 6 | + | 
|  | 7 | +## Tips | 
|  | 8 | +When contributing to this test crate: | 
|  | 9 | + | 
|  | 10 | +1. Maintain compatibility with ESP32 variants | 
|  | 11 | +2. Keep memory usage optimized | 
|  | 12 | +3. Add comprehensive logging | 
|  | 13 | +4. Update documentation for any changes | 
|  | 14 | +5. Test on physical hardware when possible | 
|  | 15 | + | 
|  | 16 | +## Related Documentation | 
|  | 17 | + | 
|  | 18 | +- [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/) | 
|  | 19 | +- [Rust on ESP32](https://esp-rs.github.io/book/) | 
|  | 20 | +- [rustls Documentation](https://docs.rs/rustls/) | 
|  | 21 | +- [RustCrypto Documentation](https://docs.rs/rustcrypto/) | 
|  | 22 | +- [RustCrypto GitHub organization](https://github.com/RustCrypto) | 
|  | 23 | + | 
|  | 24 | +## Testing Strategy | 
|  | 25 | + | 
|  | 26 | +### Unit Tests | 
|  | 27 | +```bash | 
|  | 28 | +cargo test -p rustls-real-socket-test | 
|  | 29 | +``` | 
|  | 30 | + | 
|  | 31 | +### Integration Tests | 
|  | 32 | +```bash | 
|  | 33 | +cargo test --test integration | 
|  | 34 | +``` | 
0 commit comments