Commit d43e6a9
* docs(agents): fix link reference in docstring
Link reference defined in list item is not shown in rendered
docstring.
<https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#doc_nested_refdefs>
Caught by Clippy.
* refactor(agents): remove superfluous reference
`ua_instance` is borrowed but then immediately dereferenced by the
compiler.
<https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_borrow>
Caught by Clippy.
* feat(agents): support dispatch on FormFactor in spoof_by
Add functions to collate static user agents into groups by form
factor, and then dispatch on them in spoof_by.
Addresses #7: [1]
[1]: #7
* perf(ua): zero copy form factor
---------
Co-authored-by: j-mendez <jeff@spider.cloud>
1 parent 57cb301 commit d43e6a9
4 files changed
+64
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
370 | 401 | | |
371 | 402 | | |
372 | 403 | | |
| |||
520 | 551 | | |
521 | 552 | | |
522 | 553 | | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
523 | 578 | | |
524 | 579 | | |
525 | 580 | | |
| |||
564 | 619 | | |
565 | 620 | | |
566 | 621 | | |
567 | | - | |
| 622 | + | |
568 | 623 | | |
569 | 624 | | |
570 | 625 | | |
| |||
633 | 688 | | |
634 | 689 | | |
635 | 690 | | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
636 | 696 | | |
637 | 697 | | |
0 commit comments