Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

message: implement parsing without ever needing to copy any bytes #9

Merged
merged 1 commit into from
Jun 25, 2024

message: implement parsing without ever needing to copy any bytes

67a9f4e
Select commit
Loading
Failed to load commit list.
Merged

message: implement parsing without ever needing to copy any bytes #9

message: implement parsing without ever needing to copy any bytes
67a9f4e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 25, 2024 in 0s

87.71% of diff hit (target 80.07%)

View this Pull Request on Codecov

87.71% of diff hit (target 80.07%)

Annotations

Check warning on line 194 in stun-proto/src/agent.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-proto/src/agent.rs#L194

Added line #L194 was not covered by tests

Check warning on line 219 in stun-proto/src/agent.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-proto/src/agent.rs#L219

Added line #L219 was not covered by tests

Check warning on line 95 in stun-types/src/attribute/ice.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/attribute/ice.rs#L95

Added line #L95 was not covered by tests

Check warning on line 17 in stun-types/src/data.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/data.rs#L16-L17

Added lines #L16 - L17 were not covered by tests

Check warning on line 35 in stun-types/src/data.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/data.rs#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 41 in stun-types/src/data.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/data.rs#L41

Added line #L41 was not covered by tests

Check warning on line 65 in stun-types/src/data.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/data.rs#L65

Added line #L65 was not covered by tests

Check warning on line 785 in stun-types/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/message.rs#L785

Added line #L785 was not covered by tests

Check warning on line 1023 in stun-types/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/message.rs#L1023

Added line #L1023 was not covered by tests

Check warning on line 1236 in stun-types/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/message.rs#L1236

Added line #L1236 was not covered by tests

Check warning on line 1258 in stun-types/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/message.rs#L1257-L1258

Added lines #L1257 - L1258 were not covered by tests

Check warning on line 1266 in stun-types/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/message.rs#L1266

Added line #L1266 was not covered by tests

Check warning on line 1340 in stun-types/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/message.rs#L1340

Added line #L1340 was not covered by tests

Check warning on line 1422 in stun-types/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/message.rs#L1421-L1422

Added lines #L1421 - L1422 were not covered by tests

Check warning on line 1426 in stun-types/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/message.rs#L1426

Added line #L1426 was not covered by tests

Check warning on line 1431 in stun-types/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/message.rs#L1431

Added line #L1431 was not covered by tests

Check warning on line 1437 in stun-types/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/message.rs#L1437

Added line #L1437 was not covered by tests

Check warning on line 1442 in stun-types/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/message.rs#L1442

Added line #L1442 was not covered by tests

Check warning on line 1473 in stun-types/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/message.rs#L1473

Added line #L1473 was not covered by tests

Check warning on line 1530 in stun-types/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/message.rs#L1530

Added line #L1530 was not covered by tests

Check warning on line 1533 in stun-types/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/message.rs#L1533

Added line #L1533 was not covered by tests

Check warning on line 1536 in stun-types/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/message.rs#L1536

Added line #L1536 was not covered by tests

Check warning on line 1543 in stun-types/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/message.rs#L1543

Added line #L1543 was not covered by tests

Check warning on line 1546 in stun-types/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/message.rs#L1546

Added line #L1546 was not covered by tests

Check warning on line 1549 in stun-types/src/message.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

stun-types/src/message.rs#L1549

Added line #L1549 was not covered by tests