We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e4edb commit a65a199Copy full SHA for a65a199
lib/README.md
@@ -360,6 +360,15 @@ pub struct ScanError {
360
361
All scanner operations return `Result<(), ScanError>` for proper error handling.
362
363
+## License
364
+
365
+This project is dual-licensed under either of
366
367
+- Apache License, Version 2.0 ([LICENSE-APACHE](../LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
368
+- MIT License ([LICENSE-MIT](../LICENSE-MIT) or http://opensource.org/licenses/MIT)
369
370
+at your option.
371
372
## Related Projects
373
374
- [go-lanscan](https://github.com/robgonnella/go-lanscan) - Original Go implementation
0 commit comments