You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Difficulty: Medium to hard if you need to learn Rust.
Create a new Rust example using the Rust binding layer APIs. Need to create or port a Rust application using the binding layer. The application needs to do more than a simple forwarding application. The Rust binding layer has two layers one is a low level set API, which is created by the Rust bindgen application to expose all of the CNDP APIs to Rust. The second set of APIs is a higher level of APIs and these are the ones the application needs to be using. Adding this application could require updating or creating new high level APIs.
The text was updated successfully, but these errors were encountered:
Difficulty: Medium to hard if you need to learn Rust.
Create a new Rust example using the Rust binding layer APIs. Need to create or port a Rust application using the binding layer. The application needs to do more than a simple forwarding application. The Rust binding layer has two layers one is a low level set API, which is created by the Rust bindgen application to expose all of the CNDP APIs to Rust. The second set of APIs is a higher level of APIs and these are the ones the application needs to be using. Adding this application could require updating or creating new high level APIs.
The text was updated successfully, but these errors were encountered: