Skip to content

Releases: amodm/birdc-rs

v0.3.0

12 Jun 18:31
d70443b
Compare
Choose a tag to compare

Releasing v0.3.0 with the following changes:

Added

  • Make bird errors implement std::error::Error and std::fmt::Display. See PR #1 (credit @aleksanderkrauze)

v0.2.0

02 May 16:58
Compare
Choose a tag to compare

Releasing v0.2.0 with the following changes:

Added

  • Semantic parsing of show protocols and show protocols all
  • Semantic parsing of show interfaces summary

v0.1.0

30 Apr 18:41
Compare
Choose a tag to compare

First release of birdc, a library that allows you to talk to the BIRD BGP server for administrative
and instrumentation purposes.

This release has:

  • Full support for raw protocol messages
  • Idiomatic rust data structures for almost all the messages
  • Semantic structure for show interfaces command
  • Tests for all of the above