Skip to content

Commit

Permalink
Move rust crate names to namespace rust
Browse files Browse the repository at this point in the history
Summary: Context: https://fb.workplace.com/groups/rust.language/posts/25780541041567834

Reviewed By: zertosh

Differential Revision: D53841331

fbshipit-source-id: 072d9bf279f5eedf93dcd4f839f6b82a9bf5065f
  • Loading branch information
David Tolnay authored and facebook-github-bot committed Feb 16, 2024
1 parent 593ef95 commit 8e041de
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions openr/if/BgpConfig.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace cpp2 openr.thrift
namespace go openr.BgpConfig
namespace py openr.BgpConfig
namespace py3 openr.thrift
namespace rust openr_bgp_config
namespace wiki Open_Routing.Thrift_APIs.BgpConfig

include "thrift/annotation/cpp.thrift"
Expand Down
1 change: 1 addition & 0 deletions openr/if/Dual.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ namespace go openr.Dual
namespace py openr.Dual
namespace py3 openr.thrift
namespace lua openr.Dual
namespace rust openr_dual_thrift

/**
* DUAL message type
Expand Down
1 change: 1 addition & 0 deletions openr/if/KvStore.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace py3 openr.thrift
namespace lua openr.KvStore
namespace wiki Open_Routing.Thrift_APIs.KvStore
namespace hack OpenrKvStore
namespace rust openr_kvstore_thrift

include "fb303/thrift/fb303_core.thrift"
include "thrift/annotation/cpp.thrift"
Expand Down
1 change: 1 addition & 0 deletions openr/if/Network.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace py openr.Network
namespace py3 openr.thrift
namespace php Openr
namespace lua openr.Network
namespace rust openr_network_thrift
namespace wiki Open_Routing.Thrift_APIs.Network

// Using the defaults from here:
Expand Down
1 change: 1 addition & 0 deletions openr/if/OpenrCtrl.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace py openr.OpenrCtrl
namespace py3 openr.thrift
namespace php Openr
namespace lua openr.OpenrCtrl
namespace rust openr_thrift
namespace wiki Open_Routing.Thrift_APIs.OpenrCtrl

include "openr/if/Network.thrift"
Expand Down
1 change: 1 addition & 0 deletions openr/if/Platform.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ namespace go openr.Platform
namespace py openr.Platform
namespace py3 openr.thrift
namespace lua openr.Platform
namespace rust openr_thrift
namespace wiki Open_Routing.Thrift_APIs.Platform

include "fb303/thrift/fb303_core.thrift"
Expand Down
1 change: 1 addition & 0 deletions openr/if/Types.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace py3 openr.thrift
namespace lua openr.Types
namespace wiki Open_Routing.Thrift_APIs.Types
namespace hack OpenrTypes
namespace rust openr_types_thrift

include "openr/if/Network.thrift"
include "openr/if/OpenrConfig.thrift"
Expand Down

0 comments on commit 8e041de

Please sign in to comment.