| #
5d8fe953 |
| 02-Feb-2023 |
João Oliveira <[email protected]> |
general: apply clippy lints (#407)
* general: update crates to 2021 edition.
* general: apply clippy --fix
* general: apply manual clippy lints
* cargo fmt.
|
|
Revision tags: constraints-v0.1.0 |
|
| #
86143b07 |
| 09-Jan-2023 |
Vincent Esche <[email protected]> |
Add missing documentation
|
|
Revision tags: interceptor-v0.8.2, rtcp-v0.7.2 |
|
| #
5295a65d |
| 18-Dec-2022 |
Vincent Esche <[email protected]> |
Add missing tests for value/value-range/value-sequence constraint types
|
|
Revision tags: mdns-v0.5.2, v0.6.0, interceptor-v0.8.1, media-v0.5.0, data-v0.6.0, sctp-v0.7.0, srtp-v0.9.1, rtcp-v0.7.1, rtp-v0.6.8, dtls-v0.7.0, ice-v0.9.0, turn-v0.6.1, stun-v0.4.4, mdns-v0.5.1, sdp-v0.5.3, util-v0.7.0, ice-v0.8.2, v0.5.1 |
|
| #
c36b7726 |
| 13-Sep-2022 |
Vincent Esche <[email protected]> |
Rename `BareOr…` types, removing prefix
|
| #
2dfc7374 |
| 13-Sep-2022 |
Vincent Esche <[email protected]> |
Rename `MediaTrackConstraint` and related types, adding `Resolved…` prefix
|
|
Revision tags: ice-v0.8.1, v0.5.0, data-v0.5.0, dtls-v0.6.0, ice-v0.8.0, interceptor-v0.8.0, mdns-v0.5.0, media-v0.4.7, rtcp-v0.7.0, rtp-v0.6.7, sctp-v0.6.1, sdp-v0.5.2, srtp-v0.9.0, stun-v0.4.3, turn-v0.6.0, util-v0.6.0, test-tag |
|
| #
26aac125 |
| 25-Aug-2022 |
Vincent Esche <[email protected]> |
Add `fn to_required_only(&self)` & `into_required_only(self)` to `ValueConstraint<T>`, `ValueRangeConstraint <T>`, `ValueSequenceConstraint<T>` & `MediaTrackConstraint` implement `Display`
cons
|
| #
e74bd965 |
| 06-Sep-2022 |
Vincent Esche <[email protected]> |
Make `EmptyConstraint`, `ValueConstraint<T>`, `ValueRangeConstraint <T>`, `ValueSequenceConstraint<T>` & `MediaTrackConstraint` implement `Display`
cons
|
| #
c27a9ba1 |
| 25-Aug-2022 |
Vincent Esche <[email protected]> |
Make types that derive `PartialEq` also derive `Eq`, where applicable
|
| #
baee95da |
| 11-Sep-2022 |
Vincent Esche <[email protected]> |
Add basic builder pattern to `ValueConstraint<T>`, `ValueRangeConstraint <T>` & `ValueSequenceConstraint<T>`
|
| #
9b4f55a8 |
| 16-Jul-2022 |
Vincent Esche <[email protected]> |
Make contraint types implement `fn is_empty()`
|
| #
9d223da9 |
| 17-Jul-2022 |
Vincent Esche <[email protected]> |
Implement bare constraint value resolution
|
| #
c02a612a |
| 11-Sep-2022 |
Vincent Esche <[email protected]> |
Implement logic for resolving bare values to proper constraints
|
| #
1b0f929a |
| 11-Sep-2022 |
Vincent Esche <[email protected]> |
Add implementation of `MediaTrackConstraint`, `ExactOrValueConstraint`, `ExactOrValueRangeConstraint` & `ExactOrValueSequenceConstraint`
|