// socketcan/examples/fd_send.rs
//
// Example: send a single CAN FD frame on the given interface.
//
// This file is part of the Rust 'socketcan-rs' library.
//
// Licensed under the MIT license:
// <LICENSE or http://opensource.org/licenses/MIT>
// This file may not be copied, modified, or distributed except according
// to those terms.
//
//! A SocketCAN FD send example.
//!
//! Opens a `CanFdSocket` and writes one CAN FD data frame to the bus.
use ;
use ;
use env;