Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
157 changes: 157 additions & 0 deletions xtask/public-api/aya-ebpf-bindings.txt

Large diffs are not rendered by default.

85 changes: 85 additions & 0 deletions xtask/public-api/aya-ebpf.txt

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions xtask/public-api/aya-log-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pub fn u8::from(enum_value: aya_log_common::Argument) -> Self
impl core::fmt::Debug for aya_log_common::Argument
pub fn aya_log_common::Argument::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::marker::Copy for aya_log_common::Argument
impl core::marker::Freeze for aya_log_common::Argument
impl core::marker::Send for aya_log_common::Argument
impl core::marker::Sync for aya_log_common::Argument
impl core::marker::Unpin for aya_log_common::Argument
Expand Down Expand Up @@ -66,6 +67,7 @@ impl core::fmt::Debug for aya_log_common::DisplayHint
pub fn aya_log_common::DisplayHint::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::marker::Copy for aya_log_common::DisplayHint
impl core::marker::StructuralPartialEq for aya_log_common::DisplayHint
impl core::marker::Freeze for aya_log_common::DisplayHint
impl core::marker::Send for aya_log_common::DisplayHint
impl core::marker::Sync for aya_log_common::DisplayHint
impl core::marker::Unpin for aya_log_common::DisplayHint
Expand Down Expand Up @@ -106,6 +108,7 @@ impl core::hash::Hash for aya_log_common::Level
pub fn aya_log_common::Level::hash<__H: core::hash::Hasher>(&self, state: &mut __H)
impl core::marker::Copy for aya_log_common::Level
impl core::marker::StructuralPartialEq for aya_log_common::Level
impl core::marker::Freeze for aya_log_common::Level
impl core::marker::Send for aya_log_common::Level
impl core::marker::Sync for aya_log_common::Level
impl core::marker::Unpin for aya_log_common::Level
Expand Down Expand Up @@ -141,6 +144,7 @@ pub fn u8::from(enum_value: aya_log_common::RecordField) -> Self
impl core::fmt::Debug for aya_log_common::RecordField
pub fn aya_log_common::RecordField::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::marker::Copy for aya_log_common::RecordField
impl core::marker::Freeze for aya_log_common::RecordField
impl core::marker::Send for aya_log_common::RecordField
impl core::marker::Sync for aya_log_common::RecordField
impl core::marker::Unpin for aya_log_common::RecordField
Expand Down
2 changes: 2 additions & 0 deletions xtask/public-api/aya-log-parser.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pub fn aya_log_parser::Fragment::eq(&self, other: &aya_log_parser::Fragment) ->
impl core::fmt::Debug for aya_log_parser::Fragment
pub fn aya_log_parser::Fragment::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::marker::StructuralPartialEq for aya_log_parser::Fragment
impl core::marker::Freeze for aya_log_parser::Fragment
impl core::marker::Send for aya_log_parser::Fragment
impl core::marker::Sync for aya_log_parser::Fragment
impl core::marker::Unpin for aya_log_parser::Fragment
Expand Down Expand Up @@ -45,6 +46,7 @@ pub fn aya_log_parser::Parameter::eq(&self, other: &aya_log_parser::Parameter) -
impl core::fmt::Debug for aya_log_parser::Parameter
pub fn aya_log_parser::Parameter::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::marker::StructuralPartialEq for aya_log_parser::Parameter
impl core::marker::Freeze for aya_log_parser::Parameter
impl core::marker::Send for aya_log_parser::Parameter
impl core::marker::Sync for aya_log_parser::Parameter
impl core::marker::Unpin for aya_log_parser::Parameter
Expand Down
11 changes: 11 additions & 0 deletions xtask/public-api/aya-log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ impl core::fmt::Debug for aya_log::Error
pub fn aya_log::Error::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::fmt::Display for aya_log::Error
pub fn aya_log::Error::fmt(&self, __formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
impl core::marker::Freeze for aya_log::Error
impl core::marker::Send for aya_log::Error
impl core::marker::Sync for aya_log::Error
impl core::marker::Unpin for aya_log::Error
Expand All @@ -40,6 +41,7 @@ pub fn aya_log::Error::from(t: T) -> T
pub struct aya_log::DefaultFormatter
impl<T> aya_log::Formatter<T> for aya_log::DefaultFormatter where T: alloc::string::ToString
pub fn aya_log::DefaultFormatter::format(v: T) -> alloc::string::String
impl core::marker::Freeze for aya_log::DefaultFormatter
impl core::marker::Send for aya_log::DefaultFormatter
impl core::marker::Sync for aya_log::DefaultFormatter
impl core::marker::Unpin for aya_log::DefaultFormatter
Expand All @@ -65,6 +67,7 @@ pub struct aya_log::EbpfLogger
impl aya_log::EbpfLogger
pub fn aya_log::EbpfLogger::init(bpf: &mut aya::bpf::Ebpf) -> core::result::Result<aya_log::EbpfLogger, aya_log::Error>
pub fn aya_log::EbpfLogger::init_with_logger<T: log::Log + 'static>(bpf: &mut aya::bpf::Ebpf, logger: T) -> core::result::Result<aya_log::EbpfLogger, aya_log::Error>
impl core::marker::Freeze for aya_log::EbpfLogger
impl core::marker::Send for aya_log::EbpfLogger
impl core::marker::Sync for aya_log::EbpfLogger
impl core::marker::Unpin for aya_log::EbpfLogger
Expand All @@ -89,6 +92,7 @@ pub fn aya_log::EbpfLogger::from(t: T) -> T
pub struct aya_log::Ipv4Formatter
impl<T> aya_log::Formatter<T> for aya_log::Ipv4Formatter where T: core::convert::Into<core::net::ip_addr::Ipv4Addr>
pub fn aya_log::Ipv4Formatter::format(v: T) -> alloc::string::String
impl core::marker::Freeze for aya_log::Ipv4Formatter
impl core::marker::Send for aya_log::Ipv4Formatter
impl core::marker::Sync for aya_log::Ipv4Formatter
impl core::marker::Unpin for aya_log::Ipv4Formatter
Expand All @@ -113,6 +117,7 @@ pub fn aya_log::Ipv4Formatter::from(t: T) -> T
pub struct aya_log::Ipv6Formatter
impl<T> aya_log::Formatter<T> for aya_log::Ipv6Formatter where T: core::convert::Into<core::net::ip_addr::Ipv6Addr>
pub fn aya_log::Ipv6Formatter::format(v: T) -> alloc::string::String
impl core::marker::Freeze for aya_log::Ipv6Formatter
impl core::marker::Send for aya_log::Ipv6Formatter
impl core::marker::Sync for aya_log::Ipv6Formatter
impl core::marker::Unpin for aya_log::Ipv6Formatter
Expand All @@ -137,6 +142,7 @@ pub fn aya_log::Ipv6Formatter::from(t: T) -> T
pub struct aya_log::LowerHexDebugFormatter
impl<T> aya_log::Formatter<&[T]> for aya_log::LowerHexDebugFormatter where T: core::fmt::LowerHex
pub fn aya_log::LowerHexDebugFormatter::format(v: &[T]) -> alloc::string::String
impl core::marker::Freeze for aya_log::LowerHexDebugFormatter
impl core::marker::Send for aya_log::LowerHexDebugFormatter
impl core::marker::Sync for aya_log::LowerHexDebugFormatter
impl core::marker::Unpin for aya_log::LowerHexDebugFormatter
Expand All @@ -161,6 +167,7 @@ pub fn aya_log::LowerHexDebugFormatter::from(t: T) -> T
pub struct aya_log::LowerHexFormatter
impl<T> aya_log::Formatter<T> for aya_log::LowerHexFormatter where T: core::fmt::LowerHex
pub fn aya_log::LowerHexFormatter::format(v: T) -> alloc::string::String
impl core::marker::Freeze for aya_log::LowerHexFormatter
impl core::marker::Send for aya_log::LowerHexFormatter
impl core::marker::Sync for aya_log::LowerHexFormatter
impl core::marker::Unpin for aya_log::LowerHexFormatter
Expand All @@ -185,6 +192,7 @@ pub fn aya_log::LowerHexFormatter::from(t: T) -> T
pub struct aya_log::LowerMacFormatter
impl aya_log::Formatter<[u8; 6]> for aya_log::LowerMacFormatter
pub fn aya_log::LowerMacFormatter::format(v: [u8; 6]) -> alloc::string::String
impl core::marker::Freeze for aya_log::LowerMacFormatter
impl core::marker::Send for aya_log::LowerMacFormatter
impl core::marker::Sync for aya_log::LowerMacFormatter
impl core::marker::Unpin for aya_log::LowerMacFormatter
Expand All @@ -209,6 +217,7 @@ pub fn aya_log::LowerMacFormatter::from(t: T) -> T
pub struct aya_log::UpperHexDebugFormatter
impl<T> aya_log::Formatter<&[T]> for aya_log::UpperHexDebugFormatter where T: core::fmt::UpperHex
pub fn aya_log::UpperHexDebugFormatter::format(v: &[T]) -> alloc::string::String
impl core::marker::Freeze for aya_log::UpperHexDebugFormatter
impl core::marker::Send for aya_log::UpperHexDebugFormatter
impl core::marker::Sync for aya_log::UpperHexDebugFormatter
impl core::marker::Unpin for aya_log::UpperHexDebugFormatter
Expand All @@ -233,6 +242,7 @@ pub fn aya_log::UpperHexDebugFormatter::from(t: T) -> T
pub struct aya_log::UpperHexFormatter
impl<T> aya_log::Formatter<T> for aya_log::UpperHexFormatter where T: core::fmt::UpperHex
pub fn aya_log::UpperHexFormatter::format(v: T) -> alloc::string::String
impl core::marker::Freeze for aya_log::UpperHexFormatter
impl core::marker::Send for aya_log::UpperHexFormatter
impl core::marker::Sync for aya_log::UpperHexFormatter
impl core::marker::Unpin for aya_log::UpperHexFormatter
Expand All @@ -257,6 +267,7 @@ pub fn aya_log::UpperHexFormatter::from(t: T) -> T
pub struct aya_log::UpperMacFormatter
impl aya_log::Formatter<[u8; 6]> for aya_log::UpperMacFormatter
pub fn aya_log::UpperMacFormatter::format(v: [u8; 6]) -> alloc::string::String
impl core::marker::Freeze for aya_log::UpperMacFormatter
impl core::marker::Send for aya_log::UpperMacFormatter
impl core::marker::Sync for aya_log::UpperMacFormatter
impl core::marker::Unpin for aya_log::UpperMacFormatter
Expand Down
Loading