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

Add serde::Serialize support for AisMessage #25

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

fixed stable(alloc) check

3628919
Select commit
Loading
Failed to load commit list.
Open

Add serde::Serialize support for AisMessage #25

fixed stable(alloc) check
3628919
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / clippy failed Nov 11, 2024 in 3s

32 new alerts including 32 errors

New alerts in code changed by this pull request

  • 32 errors

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 94 in src/lib.rs

See this annotation in the file changed.

Code scanning / clippy

failed to resolve: use of undeclared crate or module std Error

failed to resolve: use of undeclared crate or module std

Check failure on line 98 in src/lib.rs

See this annotation in the file changed.

Code scanning / clippy

failed to resolve: use of undeclared crate or module std Error

failed to resolve: use of undeclared crate or module std

Check failure on line 94 in src/lib.rs

See this annotation in the file changed.

Code scanning / clippy

cannot find type String in this scope Error

cannot find type String in this scope

Check failure on line 88 in src/messages/aid_to_navigation_report.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::String<20>: messages::_::_serde::Serialize is not satisfied Error

the trait bound heapless::String<20>: messages::_::_serde::Serialize is not satisfied

Check failure on line 88 in src/messages/aid_to_navigation_report.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::String<20>: messages::_::_serde::Deserialize<'_> is not satisfied Error

the trait bound heapless::String<20>: messages::_::_serde::Deserialize<'_> is not satisfied

Check failure on line 32 in src/messages/binary_acknowledge.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::Vec<messages::binary_acknowledge::Acknowledgement, 4>: messages::_::_serde::Serialize is not satisfied Error

the trait bound heapless::Vec<messages::binary_acknowledge::Acknowledgement, 4>: messages::_::_serde::Serialize is not satisfied

Check failure on line 32 in src/messages/binary_acknowledge.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::Vec<messages::binary_acknowledge::Acknowledgement, 4>: messages::_::_serde::Deserialize<'_> is not satisfied Error

the trait bound heapless::Vec<messages::binary_acknowledge::Acknowledgement, 4>: messages::_::_serde::Deserialize<'_> is not satisfied

Check failure on line 19 in src/messages/binary_addressed.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::Vec<u8, 119>: messages::_::_serde::Serialize is not satisfied Error

the trait bound heapless::Vec<u8, 119>: messages::_::_serde::Serialize is not satisfied

Check failure on line 19 in src/messages/binary_addressed.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::Vec<u8, 119>: messages::_::_serde::Deserialize<'_> is not satisfied Error

the trait bound heapless::Vec<u8, 119>: messages::_::_serde::Deserialize<'_> is not satisfied

Check failure on line 17 in src/messages/binary_broadcast_message.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::Vec<u8, 119>: messages::_::_serde::Serialize is not satisfied Error

the trait bound heapless::Vec<u8, 119>: messages::_::_serde::Serialize is not satisfied

Check failure on line 17 in src/messages/binary_broadcast_message.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::Vec<u8, 119>: messages::_::_serde::Deserialize<'_> is not satisfied Error

the trait bound heapless::Vec<u8, 119>: messages::_::_serde::Deserialize<'_> is not satisfied

Check failure on line 44 in src/messages/data_link_management_message.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::Vec<messages::data_link_management_message::SlotReservation, 4>: messages::_::_serde::Serialize is not satisfied Error

the trait bound heapless::Vec<messages::data_link_management_message::SlotReservation, 4>: messages::_::_serde::Serialize is not satisfied

Check failure on line 44 in src/messages/data_link_management_message.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::Vec<messages::data_link_management_message::SlotReservation, 4>: messages::_::_serde::Deserialize<'_> is not satisfied Error

the trait bound heapless::Vec<messages::data_link_management_message::SlotReservation, 4>: messages::_::_serde::Deserialize<'_> is not satisfied

Check failure on line 29 in src/messages/dgnss_broadcast_binary_message.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::Vec<u8, 119>: messages::_::_serde::Serialize is not satisfied Error

the trait bound heapless::Vec<u8, 119>: messages::_::_serde::Serialize is not satisfied

Check failure on line 29 in src/messages/dgnss_broadcast_binary_message.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::Vec<u8, 119>: messages::_::_serde::Deserialize<'_> is not satisfied Error

the trait bound heapless::Vec<u8, 119>: messages::_::_serde::Deserialize<'_> is not satisfied

Check failure on line 15 in src/messages/extended_class_b_position_report.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::String<20>: messages::_::_serde::Serialize is not satisfied Error

the trait bound heapless::String<20>: messages::_::_serde::Serialize is not satisfied

Check failure on line 15 in src/messages/extended_class_b_position_report.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::String<20>: messages::_::_serde::Deserialize<'_> is not satisfied Error

the trait bound heapless::String<20>: messages::_::_serde::Deserialize<'_> is not satisfied

Check failure on line 45 in src/messages/interrogation.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::Vec<messages::interrogation::Message, 3>: messages::_::_serde::Serialize is not satisfied Error

the trait bound heapless::Vec<messages::interrogation::Message, 3>: messages::_::_serde::Serialize is not satisfied

Check failure on line 45 in src/messages/interrogation.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::Vec<messages::interrogation::Message, 3>: messages::_::_serde::Deserialize<'_> is not satisfied Error

the trait bound heapless::Vec<messages::interrogation::Message, 3>: messages::_::_serde::Deserialize<'_> is not satisfied

Check failure on line 77 in src/messages/interrogation.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::Vec<messages::interrogation::Station, 2>: messages::_::_serde::Serialize is not satisfied Error

the trait bound heapless::Vec<messages::interrogation::Station, 2>: messages::_::_serde::Serialize is not satisfied

Check failure on line 77 in src/messages/interrogation.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::Vec<messages::interrogation::Station, 2>: messages::_::_serde::Deserialize<'_> is not satisfied Error

the trait bound heapless::Vec<messages::interrogation::Station, 2>: messages::_::_serde::Deserialize<'_> is not satisfied

Check failure on line 32 in src/messages/safety_related_acknowledgment.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::Vec<messages::safety_related_acknowledgment::Acknowledgement, 4>: messages::_::_serde::Serialize is not satisfied Error

the trait bound heapless::Vec<messages::safety_related_acknowledgment::Acknowledgement, 4>: messages::_::_serde::Serialize is not satisfied

Check failure on line 32 in src/messages/safety_related_acknowledgment.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::Vec<messages::safety_related_acknowledgment::Acknowledgement, 4>: messages::_::_serde::Deserialize<'_> is not satisfied Error

the trait bound heapless::Vec<messages::safety_related_acknowledgment::Acknowledgement, 4>: messages::_::_serde::Deserialize<'_> is not satisfied

Check failure on line 10 in src/messages/safety_related_broadcast.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::String<20>: messages::_::_serde::Serialize is not satisfied Error

the trait bound heapless::String<20>: messages::_::_serde::Serialize is not satisfied

Check failure on line 10 in src/messages/safety_related_broadcast.rs

See this annotation in the file changed.

Code scanning / clippy

the trait bound heapless::String<20>: messages::_::_serde::Deserialize<'_> is not satisfied Error

the trait bound heapless::String<20>: messages::_::_serde::Deserialize<'_> is not satisfied