Standard Library
Types
- AsPath
- Asn
- AsnRange
- BgpMsg
- BmpMsg
- Community
- IngressInfo
- IpAddr
- LargeCommunity
- List[T]
- Log
- LogEntry
- Metrics
- Option[T]
- PathAttributes
- Prefix
- Route
- RovStatus
- RovStatusUpdate
- Rpki
- String
- StringBuf
- StringBytes
- StringChars
- StringLines
- Verdict[A, R]
- VrpUpdate
- bool
- char
- f32
- f64
- i16
- i32
- i64
- i8
- u16
- u32
- u64
- u8
Functions
- functioncommand(cmd: String, args: List[String]) bool
Execute an external command.
The
argslist of arguments is passed to the command. See also https://doc.rust-lang.org/std/process/struct.Command.html#method.args.